From: Günter M. <mi...@us...> - 2024-03-05 16:33:09
|
--- **[feature-requests:#103] Add features from linuxdoc's "flat-table" to "list-table" directive.** **Status:** open **Group:** Default **Created:** Tue Mar 05, 2024 04:33 PM UTC by Günter Milde **Last Updated:** Tue Mar 05, 2024 04:33 PM UTC **Owner:** nobody The *linuxdoc* Sphinx extension defines a new directive ["flat-table"](https://return42.github.io/linuxdoc/linuxdoc-howto/table-markup.html#flat-table) that is basically an extension of ["list-table"]() with the new roles "column-span", "row-span" and automatic filling up of missing cells at the end of a row. Also, comments and targets are allowed on *table-row* stage. These additional features can be implemented backwards-compatible by replacing the new option flag "fill-cells" with an option that allows 3 values ("no",, "fill", and "span"). This would provide authors with a better choice of table generating rST constructs. --- Sent from sourceforge.net because doc...@li... is subscribed to https://sourceforge.net/p/docutils/feature-requests/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/docutils/admin/feature-requests/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |