diff options
Diffstat (limited to 'test/command')
-rw-r--r-- | test/command/5080.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/command/5080.md b/test/command/5080.md new file mode 100644 index 000000000..cd191eb98 --- /dev/null +++ b/test/command/5080.md @@ -0,0 +1,6 @@ +``` +pandoc -t asciidoc +[foo *bar*]{.small .red key=val} +^D +[.small .red]#foo _bar_# +``` |