We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcfb37d commit 492f393Copy full SHA for 492f393
book-example/src/for_developers/preprocessors.md
@@ -4,7 +4,7 @@ A *preprocessor* is simply a bit of code which gets run immediately after the
4
book is loaded and before it gets rendered, allowing you to update and mutate
5
the book. Possible use cases are:
6
7
-- Creating custom helpers like `{{#include /path/to/file.md}}`
+- Creating custom helpers like `\{{#include /path/to/file.md}}`
8
- Updating links so `[some chapter](some_chapter.md)` is automatically changed
9
to `[some chapter](some_chapter.html)` for the HTML renderer
10
- Substituting in latex-style expressions (`$$ \frac{1}{3} $$`) with their
0 commit comments