pandoc/test/command/5080.md
John MacFarlane 5f7e7f539a Add missing % on command tests.
This prevented `--accept` from working properly.
2021-09-21 10:42:24 -07:00

13 lines
168 B
Markdown

```
% pandoc -t asciidoc
[foo *bar*]{.small .red key=val}
^D
[.small .red]#foo _bar_#
```
```
% pandoc -f html -t asciidoc
<small>SMALL</small>
^D
[.small]#SMALL#
```