Files
John MacFarlane 8191d06aff DocBook reader: omit empty title when not required.
Closes #11422.

This affects example and sidebar elements.
2026-01-27 10:20:31 +01:00

13 lines
159 B
Markdown

```
% pandoc -f docbook -t markdown
<example>
<para>
Example without a title.
</para>
</example>
^D
::: example
Example without a title.
:::
```