summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--template/en/default/pages/markdown.html.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/pages/markdown.html.tmpl b/template/en/default/pages/markdown.html.tmpl
index b1da19684..8b43f5f17 100644
--- a/template/en/default/pages/markdown.html.tmpl
+++ b/template/en/default/pages/markdown.html.tmpl
@@ -199,10 +199,10 @@
</pre>
</p>
- You can also use a tab or [% constants.MARKDOWN_TAB_WIDTH %] or more spaces at
- the beginning of each line of your code to make the whole block look as a code
- block. Please take care that you might make your lines as code blocks by
- inadvertently indenting them.
+ You can also use a tab or [% constants.MARKDOWN_TAB_WIDTH FILTER html %] or
+ more spaces at the beginning of each line of your code to make the whole block
+ look as a code block. Please take care that you might make your lines as code
+ blocks by inadvertently indenting them.
<h2 id="strikethroughs">Strikethroughs</h2>