mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 20:07:22 +00:00
d680ce0100
Closes #5793
312 B
312 B
% pandoc -f html -t djot
You can use <abbr title="Cascading Style Sheets">CSS</abbr>
^D
You can use [CSS]{.abbr title="Cascading Style Sheets"}
% pandoc -f djot -t html
You can use [CSS]{.abbr title="Cascading Style Sheets"}
^D
<p>You can use <abbr title="Cascading Style Sheets">CSS</abbr></p>