mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-24 01:06:30 +00:00
164 B
164 B
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#