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