pandoc/test/command/5080.md
2018-11-15 22:36:01 -08:00

13 lines
164 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#
```