diff options
author | Koosha KM <koosha.khajeh@gmail.com> | 2014-09-23 16:28:44 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2014-09-23 16:29:22 +0200 |
commit | d416aabce2b8e25ab2a7919ccd970aaf7455f7e5 (patch) | |
tree | 2e6a483f115e4206b4cdb14c28070a902aa88f69 /docs | |
parent | 1488a5896c2aff13218d9f92e26ea498d7cbb847 (diff) | |
download | bugzilla-d416aabce2b8e25ab2a7919ccd970aaf7455f7e5.tar.gz bugzilla-d416aabce2b8e25ab2a7919ccd970aaf7455f7e5.tar.xz |
Bug 1059685: Add user help for Markdown
r=dkl,a=sgreen
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/rst/using.rst | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/docs/en/rst/using.rst b/docs/en/rst/using.rst index e54c34b2d..bdffb2cdb 100644 --- a/docs/en/rst/using.rst +++ b/docs/en/rst/using.rst @@ -404,7 +404,7 @@ You can use it to find a bug by its number or its alias, too. You'll find the Quicksearch box in Bugzilla's footer area. On Bugzilla's front page, there is an additional -`Help <../../page.cgi?id=quicksearch.html>`_ +`quicksearcgh help <../../../page.cgi?id=quicksearch.html>`_ link which details how to use it. .. _casesensitivity: @@ -798,15 +798,9 @@ Markdown lets you write your comments in a structured plain-text format and have your comments generated as HTML. For example, you may use Markdown for making a part of your comment look italic or bold in the generated HTML. Bugzilla supports most of the structures defined by `standard Markdown <http://daringfireball.net/projects/markdown/basics>`_. -but does NOT support inline images and inline HTML. - -Additionally, three Github Flavored Markdown features are supported. - -- `Multiple underscores in words <https://help.github.com/articles/github-flavored-markdown#multiple-underscores-in-words>`_ - -- `strikethrough <https://help.github.com/articles/github-flavored-markdown#strikethrough>`_ - -- `fenced code blocks <https://help.github.com/articles/github-flavored-markdown#fenced-code-blocks>`_ +but does NOT support inline images and inline HTML. For a complete reference on +supported Markdown structures, please see the `syntax help <../../../page.cgi?id=markdown.html>`_ +link next to the markdown checkbox for new comments. To use the Markdown feature, make sure that ``Enable Markdown support for comments`` is set to ``on`` in your :ref:`userpreferences` and that you also check the ``Use Markdown for this comment`` option below |