mdBook/tests
Michael Bryan 09667c9956
Configurable preprocessor (#658)
* The preprocessor trait now returns a modified book instead of editing in place

* A preprocessor is told which render it's running for

* Made sure preprocessors get their renderer's name

* Users can now manually specify whether a preprocessor should run for a renderer

* You can normally use default preprocessors by default

* Got my logic around the wrong way

* Fixed the `build.use-default-preprocessors` flag
2018-09-10 18:55:58 +08:00
..
dummy_book Don't run index preprocessor on `mdbook test` 2018-07-25 12:19:01 -05:00
summary_md_files Rewrote summary parser from a state machine to use recursive descent 2017-12-11 15:17:20 +11:00
alternate_backends.rs Run rustfmt 2018-07-23 12:47:04 -05:00
build_process.rs Configurable preprocessor (#658) 2018-09-10 18:55:58 +08:00
init.rs Run rustfmt 2018-07-23 12:47:04 -05:00
parse_existing_summary_files.rs Run rustfmt 2018-07-23 12:47:04 -05:00
rendered_output.rs Run rustfmt 2018-08-02 20:22:49 -05:00
searchindex_fixture.json Update tests to handle added dummy_book chapter 2018-07-25 12:45:20 -05:00
testing.rs Configurable preprocessor (#658) 2018-09-10 18:55:58 +08:00