diff options
author | Waylan Limberg <waylan@gmail.com> | 2007-10-11 01:02:30 +0000 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2007-10-11 01:02:30 +0000 |
commit | 503c9d416ef1ec7f6d820290c28d6ca1906cb8a0 (patch) | |
tree | e65341c20db9d22967528db55abeda9d19821c27 /tests/markdown-test/markdown-documentation-basics.html | |
parent | 5d3f2f3020d6d15ef34dba5e195747c6f048d518 (diff) | |
download | markdown-503c9d416ef1ec7f6d820290c28d6ca1906cb8a0.tar.gz markdown-503c9d416ef1ec7f6d820290c28d6ca1906cb8a0.tar.bz2 markdown-503c9d416ef1ec7f6d820290c28d6ca1906cb8a0.zip |
Replace LineBreaks preprocessor with an inlinePattern and update tests. Blank lines (" \n") and headers no longer get linebreaks and the two spaces are no longer preserved.
Diffstat (limited to 'tests/markdown-test/markdown-documentation-basics.html')
-rw-r--r-- | tests/markdown-test/markdown-documentation-basics.html | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/tests/markdown-test/markdown-documentation-basics.html b/tests/markdown-test/markdown-documentation-basics.html index fdfc33b..1dafe24 100644 --- a/tests/markdown-test/markdown-documentation-basics.html +++ b/tests/markdown-test/markdown-documentation-basics.html @@ -1,5 +1,3 @@ - - <h1>Markdown: Basics</h1> <ul id="ProjectSubmenu"> <li><a href="/projects/markdown/" title="Markdown Project Page">Main</a></li> @@ -103,9 +101,7 @@ Some of these words <em>are emphasized also</em>.</p> <p>Use two asterisks for <strong>strong emphasis</strong>. Or, if you prefer, <strong>use two underscores instead</strong>.</p> -</code></pre><p> <br /> -</p> - +</code></pre> <h2>Lists</h2> <p>Unordered (bulleted) lists use asterisks, pluses, and hyphens (<code>*</code>, <code>+</code>, and <code>-</code>) as list markers. These three markers are @@ -262,5 +258,4 @@ you've got to put paragraph tags in your blockquotes:</p> &lt;p&gt;For example.&lt;/p&gt; &lt;/blockquote&gt; </code></pre> -</code></pre> - +</code></pre>
\ No newline at end of file |