diff options
author | John MacFarlane <jgm@berkeley.edu> | 2010-11-11 21:31:15 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2010-11-11 21:31:15 -0800 |
commit | 1bfd8110affb394d648911a33c941f5d44e2422f (patch) | |
tree | 19cac9f9d2e468c643905c81ad1389471c49fb63 /tests/html-reader.html | |
parent | 36d4e649a6a21da84b2ae88be2b66ed82c0f082d (diff) | |
parent | ca51bbbf166b8fd5d835426e1f499d251f2c110c (diff) | |
download | pandoc-1bfd8110affb394d648911a33c941f5d44e2422f.tar.gz |
Merge branch 'master' into citeproc
Diffstat (limited to 'tests/html-reader.html')
-rw-r--r-- | tests/html-reader.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/html-reader.html b/tests/html-reader.html index da6c075b3..a51ee3307 100644 --- a/tests/html-reader.html +++ b/tests/html-reader.html @@ -340,7 +340,7 @@ foo<p>This should just be an HTML comment:</p> <p>So is <strong><em>this</em></strong> word.</p> <p><strong><em>This is strong and em.</em></strong></p> <p>So is <strong><em>this</em></strong> word.</p> -<p>This is code: <code>></code>, <code>$</code>, <code>\</code>, <code>\$</code>, <code><html></code>.</p> +<p>This is code: <code>></code>, <code>$</code>, <code>\</code>, <code>\$</code>, <code><html></code>.</p> <hr /> <h1>Smart quotes, ellipses, dashes</h1> <p>"Hello," said the spider. "'Shelob' is my name."</p> @@ -442,8 +442,8 @@ Email link (nobody [at] nowhere.net)<p><a href="">Empty</a>.</p> An e-mail address: nobody [at] nowhere.net<blockquote> <p>Blockquoted: <a href="http://example.com/">http://example.com/</a></p> </blockquote> -<p>Auto-links should not occur here: <code><http://example.com/></code></p> -<pre><code>or here: <http://example.com/> +<p>Auto-links should not occur here: <code><http://example.com/></code></p> +<pre><code>or here: <http://example.com/> </code></pre> <hr /> <h1>Images</h1> |