mdBook/tests/dummy_book
David Drysdale 6c7b25945d Add {{#shiftinclude}} to L/R shift on include
Syntax is the same as {{#include}} except with a shift value and colon
before the remaining arguments, e.g.

  {{#include -2:somefile.rs:myanchor}}

A positive value for the shift prepends spaces to each line.

A negative value for the shift removes chars from the beginning of each
line (including non-whitespace chars, although this will emit an error
log).
2024-03-02 16:32:52 +00:00
..
index_html_test Add test for index page 2022-06-29 08:48:49 +02:00
src Add {{#shiftinclude}} to L/R shift on include 2024-03-02 16:32:52 +00:00
src2 Add index preprocessor (#685) 2018-05-04 19:41:28 +08:00
summary-formatting Don't try to render summary links as markdown. 2022-04-14 20:35:39 -07:00
mod.rs Apply clippy::needless_borrow 2023-05-13 09:44:11 -07:00