mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-16 22:37:21 +00:00
8191d06aff
Closes #11422. This affects example and sidebar elements.
159 B
159 B
% pandoc -f docbook -t markdown
<example>
<para>
Example without a title.
</para>
</example>
^D
::: example
Example without a title.
:::