Files
2025-01-29 15:59:26 -06:00

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>