aboutsummaryrefslogtreecommitdiff
path: root/test/command/5080.md
blob: 2dfd0683a2b6c1c13e992ae21bba078ed75ab05a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
```
% 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#
```