mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-02 05:35:38 +00:00
14 lines
168 B
Markdown
14 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#
|
|
```
|