From 492f393c0bf7fdc125690321bd56cf2b395cef74 Mon Sep 17 00:00:00 2001 From: Michael Bryan Date: Tue, 23 Jan 2018 21:10:52 +0800 Subject: [PATCH] Escaped the book's example {{#include ...}} tag --- book-example/src/for_developers/preprocessors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book-example/src/for_developers/preprocessors.md b/book-example/src/for_developers/preprocessors.md index 4d952902..c935f2f4 100644 --- a/book-example/src/for_developers/preprocessors.md +++ b/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 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