vsch / flexmark-java

CommonMark/Markdown Java parser with source level AST. CommonMark 0.28, emulation of: pegdown, kramdown, markdown.pl, MultiMarkdown. With HTML to MD, MD to PDF, MD to DOCX conversion modules.
BSD 2-Clause "Simplified" License
2.21k stars 260 forks source link

Allow merging table cells vertically using ^^ #596

Open raducoravu opened 8 months ago

raducoravu commented 8 months ago

Is your feature request related to a problem? Please describe. It would be great if the table extension could also support merging table cells vertically.

Describe the solution you'd like Use "^^" in table cells to state that they should be merge vertically to the cell above.

Describe alternatives you've considered None yet.

Additional context Add any other context or screenshots about the feature request here. https://www.npmjs.com/package/markdown-it-multimd-table