jelovirt / org.lwdita

LwDITA parser for DITA-OT
http://lwdita.org/
Apache License 2.0
25 stars 19 forks source link

Allow merging table cells vertically using ^^ #192

Open raducoravu opened 12 months ago

raducoravu commented 12 months ago

Allow using ^^ in table cells to specify that they merge with the cell above. There is an example here: https://www.npmjs.com/package/markdown-it-multimd-table

Flexmark does not support this yet, I added an issue on the Flexmark issues list: https://github.com/vsch/flexmark-java/issues/596

michael-nok commented 3 months ago

Alternatively, there's the following span table plugin that offers similar functionality.

https://www.neoteroi.dev/mkdocs-plugins/spantable/

Perhaps some further consideration as to which method to support.