Skip to content

Markdown table parsing broken between v13.2.1 and v13.2.2 #1374

Closed
@shuckster

Description

@shuckster

I recently updated from v13.2.0 to v13.2.4 and noticed that tables are no longer being parsed into HTML:

| Col 1 | Col 2 | Col 3 |
|-------|-------|-------|
| Dat 1 | Dat 2 | Dat 3 |
| Dat 4 | Dat 5 | Dat 6 |

This just ends up as a literal in the HTML rather than being munged into <table> et al.

After a little investigation it seems to have happened between v13.2.1 and v13.2.2. Looking at the commit log it seems like this may be something for the remark team? Or is there an option/plugin that's required to re-enable it? 🤔

Thank you in advance for any assistance.

I run documentation.js from the CLI.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions