5f7e7f539a
This prevented `--accept` from working properly.
13 lines
168 B
Markdown
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#
|
|
```
|