mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-02 21:55:44 +00:00
This is necessary for the `markdown_attribute` extension to work properly. Closes #11685.
19 lines
163 B
Markdown
19 lines
163 B
Markdown
```
|
|
% pandoc -f rst -t markdown_mmd
|
|
.. note::
|
|
|
|
``code``
|
|
^D
|
|
<div class="note" markdown="1">
|
|
|
|
<div class="title" markdown="1">
|
|
|
|
Note
|
|
|
|
</div>
|
|
|
|
`code`
|
|
|
|
</div>
|
|
```
|