-
-
Notifications
You must be signed in to change notification settings - Fork 109
Open
Description
Tables are not rendered when they directly follow a block of text without a blank line in between. While this behavior is technically aligned with the CommonMark spec, it causes compatibility issues, as many other Markdown renderers (e.g., GitHub, Markdown-it, or iOS renderers) render these cases as valid tables.
Steps to Reproduce:
Some intro text.
| Header 1 | Header 2 |
|----------|----------|
| Value 1 | Value 2 |
Expected result (as seen on web and iOS):
A table is rendered below the paragraph.
Actual result:
The table is not rendered; instead, the content is treated as plain text with pipe characters.
Metadata
Metadata
Assignees
Labels
No labels