diff options
author | Koosha KM <koosha.khajeh@gmail.com> | 2014-09-23 15:52:29 +0000 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2014-09-23 15:52:29 +0000 |
commit | e877bb3a0f67a24f4403e9e774838811d675b85e (patch) | |
tree | 7b53a540a6092e67bbbc0794621689627820e4a8 /template/en | |
parent | d416aabce2b8e25ab2a7919ccd970aaf7455f7e5 (diff) | |
download | bugs-e877bb3a0f67a24f4403e9e774838811d675b85e.tar bugs-e877bb3a0f67a24f4403e9e774838811d675b85e.tar.gz bugs-e877bb3a0f67a24f4403e9e774838811d675b85e.tar.bz2 bugs-e877bb3a0f67a24f4403e9e774838811d675b85e.tar.xz bugs-e877bb3a0f67a24f4403e9e774838811d675b85e.zip |
Bug 1059685: Add user help for Markdown
- Fixed template filter for constant in markdown.html.tmpl
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/pages/markdown.html.tmpl | 8 |
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> |