summaryrefslogtreecommitdiff
path: root/test/command/nested-table-to-asciidoc-6942.md
AgeCommit message (Collapse)Author
2022-02-22Fix typos (#7934)Dimitris Apostolou
2022-01-21Update command tests to distinguish stderr and test exit status.John MacFarlane
2020-12-27Add support for writing nested tables to asciidoc (#6972)timo-a
Added field to WriterState that denotes the current nesting level for traversing tables. Depending on the value of that field nested tables are recognized and written. Asciidoc supports one level of nesting. If deeper tables are to be written, they are omitted and a warning is issued.