From e877bb3a0f67a24f4403e9e774838811d675b85e Mon Sep 17 00:00:00 2001 From: Koosha KM Date: Tue, 23 Sep 2014 15:52:29 +0000 Subject: Bug 1059685: Add user help for Markdown - Fixed template filter for constant in markdown.html.tmpl --- template/en/default/pages/markdown.html.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'template') 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 @@

- 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.

Strikethroughs

-- cgit v1.2.3-24-g4f1b