]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1059685: Add user help for Markdown
authorKoosha KM <koosha.khajeh@gmail.com>
Tue, 23 Sep 2014 15:52:29 +0000 (15:52 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Tue, 23 Sep 2014 15:52:29 +0000 (15:52 +0000)
- Fixed template filter for constant in markdown.html.tmpl

template/en/default/pages/markdown.html.tmpl

index b1da196842875973ae2a51141dbad3aab720382a..8b43f5f178fb0eb137619788f152e04610655eba 100644 (file)
     </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>