mdBook/tests
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
..
cli style(tests): Fixed issues reported by clippy 2023-04-03 08:36:57 -04:00
dummy_book Add {{#shiftinclude}} to L/R shift on include 2024-03-02 16:32:52 +00:00
summary_md_files Rewrote summary parser from a state machine to use recursive descent 2017-12-11 15:17:20 +11:00
alternative_backends.rs Clean up test backends_receive_render_context_via_stdin 2024-02-05 09:53:50 -08:00
build_process.rs Transition to 2018 edition (#933) 2019-05-25 20:50:41 +02:00
cli_tests.rs Move cli tests to their own subdir 2021-09-26 11:29:36 -07:00
custom_preprocessors.rs Transition to 2018 edition (#933) 2019-05-25 20:50:41 +02:00
init.rs Make fonts part of the theme. 2023-01-15 11:42:46 -08:00
parse_existing_summary_files.rs Update dependencies. (#1211) 2020-05-20 23:32:00 +02:00
rendered_output.rs Update pulldown_cmark to 0.10 2024-02-05 14:11:27 -08:00
searchindex_fixture.json Add {{#shiftinclude}} to L/R shift on include 2024-03-02 16:32:52 +00:00
testing.rs add a --chapter option to mdbook test. (#1741) 2022-08-25 19:13:51 -07:00