From: Koosha KM Date: Tue, 23 Sep 2014 15:52:29 +0000 (+0000) Subject: Bug 1059685: Add user help for Markdown X-Git-Tag: bugzilla-4.5.6~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e877bb3a0f67a24f4403e9e774838811d675b85e;p=thirdparty%2Fbugzilla.git Bug 1059685: Add user help for Markdown - Fixed template filter for constant in markdown.html.tmpl --- diff --git a/template/en/default/pages/markdown.html.tmpl b/template/en/default/pages/markdown.html.tmpl index b1da196842..8b43f5f178 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