aboutsummaryrefslogtreecommitdiff
path: root/test/command/5080.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-11-15 22:36:01 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2018-11-15 22:36:01 -0800
commite61f63253130480c43d8bb4f4531e83d0384daf5 (patch)
tree85d75979a755fe69043e73e29e4ffdb3abe84a6c /test/command/5080.md
parente61d1d0da9692b4695c03b7e9f67028d25181ccc (diff)
downloadpandoc-e61f63253130480c43d8bb4f4531e83d0384daf5.tar.gz
HTML reader: parse `<small>` as a Span with class "small".
Closes #5080.
Diffstat (limited to 'test/command/5080.md')
-rw-r--r--test/command/5080.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/command/5080.md b/test/command/5080.md
index cd191eb98..c9e9a2971 100644
--- a/test/command/5080.md
+++ b/test/command/5080.md
@@ -4,3 +4,10 @@ pandoc -t asciidoc
^D
[.small .red]#foo _bar_#
```
+
+```
+pandoc -f html -t asciidoc
+<small>SMALL</small>
+^D
+[.small]#SMALL#
+```