diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-04-01 09:21:23 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-04-01 09:21:23 -0700 |
commit | ced8be1d080019f56033c8200974598910985dc4 (patch) | |
tree | 3b52f36e9b18cdd73a09af95f4377f4f25bcadf4 /tests/html-reader.html | |
parent | 99f4f636df36d84a4bc58f67337af3584595f5c1 (diff) | |
parent | 90269cb213ae6b2db31cc11199d1ce8d378bdac8 (diff) | |
download | pandoc-ced8be1d080019f56033c8200974598910985dc4.tar.gz |
Merge pull request #1207 from mpickering/htmlinlines
Fix #1162, #1175 and rewrite textile and HTML backend to use the builder
Diffstat (limited to 'tests/html-reader.html')
-rw-r--r-- | tests/html-reader.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/html-reader.html b/tests/html-reader.html index 69bb9ba8a..b7e5c0d2f 100644 --- a/tests/html-reader.html +++ b/tests/html-reader.html @@ -426,5 +426,10 @@ An e-mail address: nobody [at] nowhere.net<blockquote> <pre><code> { <code> } </code></pre> <p>If you want, you can use a caret at the beginning of every line, as with blockquotes, but all that you need is a caret at the beginning of the first line of the block and any preceding blank lines.</p> +<p>text<em> Leading space</em></p> +<p><em>Trailing space </em>text</p> +<p>text<em> Leading spaces</em></p> +<p><em>Trailing spaces </em>text</p> + </body> </html> |