Full table syntax not supported #15

Open
opened 2026-01-29 14:19:49 +00:00 by claunia · 0 comments
Owner

Originally created by @madskristensen on GitHub (Jun 19, 2016).

This syntax isn't treated as a table:

|Milestone|Release Date|
|---------|------------|
|Beta7    | 24 Aug 2015|
|Beta8    | 21 Sep 2015|
|RC1      |    Nov 2015|
|RC2 Pre1 |    May 2016|

Using BabelMark3 I can see that some other parsers render it correctly, like this:

image

Originally created by @madskristensen on GitHub (Jun 19, 2016). This syntax isn't treated as a table: ``` md |Milestone|Release Date| |---------|------------| |Beta7 | 24 Aug 2015| |Beta8 | 21 Sep 2015| |RC1 | Nov 2015| |RC2 Pre1 | May 2016| ``` Using [BabelMark3](https://babelmark.github.io/?text=%7CMilestone%7CRelease+Date%7C%0A%7C---------%7C------------%7C%0A%7CBeta7++++%7C+24+Aug+2015%7C%0A%7CBeta8++++%7C+21+Sep+2015%7C%0A%7CRC1++++++%7C++++Nov+2015%7C%0A%7CRC2+Pre1+%7C++++May+2016%7C) I can see that some other parsers render it correctly, like this: ![image](https://cloud.githubusercontent.com/assets/1258877/16174749/c489da42-3586-11e6-9b56-83a904e7044b.png)
claunia added the bug label 2026-01-29 14:19:49 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#15