mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
6107a26945
Closes #11809.
276 B
276 B
% pandoc -f markdown -t jats
::: {#d .warn}
hi
:::
^D
<boxed-text id="d">
<p>hi</p>
</boxed-text>
% pandoc -f html -t jats
<div id="d">
hi
</div>
^D
<p id="d">
<p>hi</p>
</p>
% pandoc -f html -t jats
<div class="foo">
hi
</div>
^D
<p>hi</p>