2018-11-15 22:29:15 -08:00
|
|
|
```
|
2021-09-21 10:16:45 -07:00
|
|
|
% pandoc -t asciidoc
|
2018-11-15 22:29:15 -08:00
|
|
|
[foo *bar*]{.small .red key=val}
|
|
|
|
^D
|
|
|
|
[.small .red]#foo _bar_#
|
|
|
|
```
|
2018-11-15 22:36:01 -08:00
|
|
|
|
|
|
|
```
|
2021-09-21 10:16:45 -07:00
|
|
|
% pandoc -f html -t asciidoc
|
2018-11-15 22:36:01 -08:00
|
|
|
<small>SMALL</small>
|
|
|
|
^D
|
|
|
|
[.small]#SMALL#
|
|
|
|
```
|