Files
John MacFarlane 9d68bb83a7 T.P.Writers.Shared; htmlAttrs - don't add data- prefix for markdown.
This is necessary for the `markdown_attribute` extension to
work properly. Closes #11685.
2026-06-05 17:17:22 +02:00

163 B

% pandoc -f rst -t markdown_mmd
.. note::

    ``code``
^D
<div class="note" markdown="1">

<div class="title" markdown="1">

Note

</div>

`code`

</div>