mmarkdown / mmark

Mmark: a powerful markdown processor in Go geared towards the IETF
https://mmark.miek.nl
Other
480 stars 45 forks source link

parser: implement col and row span in tables #101

Closed miekg closed 3 years ago

miekg commented 4 years ago

Implement a markdown way to signal row and colspan in tables.

miekg commented 3 years ago

colspan is done in #126, rowspan seems much harder

miekg commented 3 years ago

rowspan is really really hard, closing