diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-08-16 22:57:00 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-08-16 22:57:00 -0700 |
commit | 9d52ecdd422a6821c9f37f53e3d30d4be4e41e8f (patch) | |
tree | 93d7539fb19d4cbcbbc526fec704a5067c6c9c87 /tests/html-reader.html | |
parent | cb4ae6112e4bf9b12b3131fa96fc8d29b1e77dec (diff) | |
download | pandoc-9d52ecdd422a6821c9f37f53e3d30d4be4e41e8f.tar.gz |
HTML reader: Parse appropriately styled span as SmallCaps.
Diffstat (limited to 'tests/html-reader.html')
-rw-r--r-- | tests/html-reader.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/html-reader.html b/tests/html-reader.html index d059d7b4b..14ad3ed54 100644 --- a/tests/html-reader.html +++ b/tests/html-reader.html @@ -309,6 +309,7 @@ These should not be escaped: \$ \\ \> \[ \{ <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 <span style="font-variant: small-caps;">small caps</span>.</p> <hr /> <h1>Smart quotes, ellipses, dashes</h1> <p>"Hello," said the spider. "'Shelob' is my name."</p> |