Skip to content

Commit 492f393

Browse files
Escaped the book's example {{#include ...}} tag
1 parent bcfb37d commit 492f393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book-example/src/for_developers/preprocessors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A *preprocessor* is simply a bit of code which gets run immediately after the
44
book is loaded and before it gets rendered, allowing you to update and mutate
55
the book. Possible use cases are:
66

7-
- Creating custom helpers like `{{#include /path/to/file.md}}`
7+
- Creating custom helpers like `\{{#include /path/to/file.md}}`
88
- Updating links so `[some chapter](some_chapter.md)` is automatically changed
99
to `[some chapter](some_chapter.html)` for the HTML renderer
1010
- Substituting in latex-style expressions (`$$ \frac{1}{3} $$`) with their

0 commit comments

Comments
 (0)