-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
Description
Currently we drop the attribute:
% pandoc -f html -t markdown
You can use <abbr title="Cascading Style Sheets">CSS</abbr>
^D
You can use CSS
It would be better, perhaps, to emit
You can use [CSS]{title="Cascading Style Sheets"}
though I'm not completely sure.
See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/abbr
hftf and bpj