[#7987] ticket:882 Move docs changes to appropriate section
diff --git a/Allura/allura/templates/jinja_master/lib.html b/Allura/allura/templates/jinja_master/lib.html
index b913f41..865807f 100644
--- a/Allura/allura/templates/jinja_master/lib.html
+++ b/Allura/allura/templates/jinja_master/lib.html
@@ -692,6 +692,8 @@
 <h2 id="md_ex_code{{id}}">Code Highlighting</h2>
 <p>The code highlighting syntax uses <a href="http://pythonhosted.org/Markdown/extensions/code_hilite.html">CodeHilite</a> and is colored with <a href="http://pygments.org/">Pygments</a>. It follows the same syntax as regular Markdown code blocks, except that there are two ways to tell the highlighter what language to use for the code block.</p>
 
+<p>Fenced Code Blocks <a href="https://pythonhosted.org/Markdown/extensions/fenced_code_blocks.html">syntax</a> is also supported.</p>
+
 <p>If the first line of the codeblock contains a shebang, the language is derived from that and line numbers are used.</p>
 
 <div class="codehilite"><pre>
@@ -731,8 +733,6 @@
 ~~~~~~''')}}
 </div>
 
-<p><a href="https://pythonhosted.org/Markdown/extensions/fenced_code_blocks.html">Fenced Code Blocks syntax is also supported</a> </p>
-
 
 <div class="markdown_syntax_section hidden_in_modal md_ex_includes{{id}}">
 <h2 id="md_ex_includes{{id}}">Includes</h2>