| Age | Commit message (Collapse) | Author |
|
This accords with the style in the reference docs.
|
|
With this patch, we also reuse bullet list code for list tables,
which simplifies the code.
|
|
- 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.
|
|
[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.
|
|
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
|