--- a/Allura/allura/templates/jinja_master/lib.html
+++ b/Allura/allura/templates/jinja_master/lib.html
@@ -249,21 +249,16 @@
<p>Output:</p>
{{g.markdown.convert("""<s>this is strike through text</s>""")}}
-<div class="codehilite"><pre>Just write paragraphs like in a text file and they will display how
-you would expect. A blank line separates paragraphs.
-
-So this is a new paragraph. But any text on adjacent lines
-will all end up
-in the same paragraph.
-</pre></div>
-
-<p>Output:</p>
-{{g.markdown.convert("""Just write paragraphs like in a text file and they will display how
-you would expect. A blank line separates paragraphs.
-
-So this is a new paragraph. But any text on adjacent lines
-will all end up
-in the same paragraph.""")}}
+<div class="codehilite"><pre>A carriage return
+makes a line break.
+
+Two carriage returns make a new paragraph.</pre></div>
+
+<p>Output:</p>
+{{g.markdown.convert("""A carriage return
+makes a line break.
+
+Two carriage returns make a new paragraph.""")}}
</div>
<div class="markdown_syntax_section hidden_in_modal md_ex_bq{{id}}">