diff options
Diffstat (limited to 'docs/en/rst')
-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 |