aboutsummaryrefslogtreecommitdiffstats
path: root/tests/markdown-test/markdown-documentation-basics.html
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2007-10-11 01:02:30 +0000
committerWaylan Limberg <waylan@gmail.com>2007-10-11 01:02:30 +0000
commit503c9d416ef1ec7f6d820290c28d6ca1906cb8a0 (patch)
treee65341c20db9d22967528db55abeda9d19821c27 /tests/markdown-test/markdown-documentation-basics.html
parent5d3f2f3020d6d15ef34dba5e195747c6f048d518 (diff)
downloadmarkdown-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.html9
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 &lt;em&gt;are emphasized also&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;Use two asterisks for &lt;strong&gt;strong emphasis&lt;/strong&gt;.
Or, if you prefer, &lt;strong&gt;use two underscores instead&lt;/strong&gt;.&lt;/p&gt;
-</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:&lt;/p&gt;
&amp;lt;p&amp;gt;For example.&amp;lt;/p&amp;gt;
&amp;lt;/blockquote&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
-</code></pre>
-
+</code></pre> \ No newline at end of file