diff --git a/src/en/meta/docs-example-page.md b/src/en/meta/docs-example-page.md index 2645b07eb..ec51edcd8 100644 --- a/src/en/meta/docs-example-page.md +++ b/src/en/meta/docs-example-page.md @@ -18,7 +18,7 @@ Best to look at [a general markdown guide](https://www.markdownguide.org/getting You can also pass args into a template invocation which are interpolated into the page by `mdbook-template`. See [their docs](https://github.com/sgoudham/mdbook-template#format) for more info -`\{\}#template {link to template file})\}\}` +`\{\{#template {link to template file}\}\}` {{#template ../templates/outdated.md}} @@ -85,4 +85,4 @@ graph TD; A-->C; B-->D; C-->D; -``` \ No newline at end of file +```