aboutsummaryrefslogtreecommitdiff
path: root/test/command/4564.md
AgeCommit message (Collapse)Author
2024-10-01RST writer: change bullet list hang from 3 to 2.John MacFarlane
This accords with the style in the reference docs.
2024-10-01Amend the fix to #10236 to handle list tables.John MacFarlane
With this patch, we also reuse bullet list code for list tables, which simplifies the code.
2024-09-27RST writer: fix two issues with list tables.John MacFarlane
- Fix alignment of list items corresponding to cells. - Don't enclose the list table in a `.. table::`; this leads to doubled captions. Closes #10226. Closes #10227. Modified test output for #4564.
2022-09-29Add `--list-tables` option.John MacFarlane
[API change] Add writerListTables to WriterOptions. RST writer: Remove sensitivity to "list-table" class in table attributes. Instead, just check `writerListTables` in writer options. See #4564.
2022-09-29rST writer: list tables rendering, closes #4564danse
When a table is marked with a "list-table" attribute class, it will now be rendered using the list table syntax documented here http://docutils.sourceforge.net/docs/ref/rst/directives.html#list-table