mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-04 06:35:47 +00:00
Table width in relation to text width is not natively supported by docbook but is by the docbook fo stylesheets through an XML processing instruction, <?dbfo table-width="50%"?> . Implement support for this instruction in the DocBook reader.