Escaped the book's example {{#include ...}} tag

This commit is contained in:
Michael Bryan 2018-01-23 21:10:52 +08:00
parent bcfb37d964
commit 492f393c0b
No known key found for this signature in database
GPG Key ID: E9C602B0D9A998DC
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ A *preprocessor* is simply a bit of code which gets run immediately after the
book is loaded and before it gets rendered, allowing you to update and mutate
the book. Possible use cases are:
- Creating custom helpers like `{{#include /path/to/file.md}}`
- Creating custom helpers like `\{{#include /path/to/file.md}}`
- Updating links so `[some chapter](some_chapter.md)` is automatically changed
to `[some chapter](some_chapter.html)` for the HTML renderer
- Substituting in latex-style expressions (`$$ \frac{1}{3} $$`) with their