mmarkdown / mmark

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

markdown: fix Table caption #100

Closed miekg closed 4 years ago

miekg commented 4 years ago

When a caption is present it needs to be next to the table, without a newline. Fix this and add a test for it.