mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 01:41:20 +08: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.
:::