mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-06-15 09:29:30 +00:00
![]() In the manpage output the sections get rendered as refsections, but those only go up to level 3: > In DocBook, RefSect3 is the lowest-level section allowed in a > RefEntry. There is no element analogous to a Sect4. -- https://tdg.docbook.org/tdg/4.5/refsect3 While nesting refsect3 would work output wise, the DTD schema does not allows this, and disabling schema validation can lead to graver issues, so rather avoid that and use a formalpara [0], a paragraph with a title, instead, but only for the title, as the inner content will be a simpara (simple paragraph) that cannot be nested inside a formalpara, but the resulting rendering works out well enough. [0]: https://tdg.docbook.org/tdg/4.5/formalpara Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com> |
||
---|---|---|
.. | ||
asciidoc-pve.conf | ||
dblatex-custom.sty | ||
dblatex-export.conf | ||
mediawiki.conf | ||
pve-dblatex.xsl | ||
pve-docbook.conf | ||
pve-docs.css | ||
pve-html.conf |