gomarkdown / markdown

markdown parser and HTML renderer for Go
Other
1.41k stars 173 forks source link

colspan #181

Closed miekg closed 3 years ago

miekg commented 3 years ago
miekg commented 3 years ago

tempted to also add rowspan (https://talk.commonmark.org/t/tables-in-pure-markdown/81/145), with that ^^ syntax, but that's probably more tricky and it makes ^^ special in tables (I do like it though)

miekg commented 3 years ago

the only thing I'm not sure about yet, is if this ever hits: // pad it out with empty columns to get the right number

and things will still work...