aboutsummaryrefslogtreecommitdiff
path: root/test/command/5080.md
diff options
context:
space:
mode:
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#
+```