Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
shuckster opened this issue Apr 23, 2021 · 2 comments
Closed

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

shuckster opened this issue Apr 23, 2021 · 2 comments
Assignees

Comments

@shuckster
Copy link

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.

@anthony-redFox anthony-redFox self-assigned this Apr 23, 2021
anthony-redFox added a commit to anthony-redFox/documentation that referenced this issue Apr 24, 2021
Plugins for remark was reworks because @link should be catch by first then autolink
@anthony-redFox
Copy link
Member

Thanks, Bug was appeared after upgrade remark from 12 to 13, just forgot to add new plugin gfm.

So, @shuckster just wait new release.

cc @tmcw

@shuckster
Copy link
Author

Thank you @anthony-redFox ! 👍

@tmcw tmcw closed this as completed in 6b5bc25 Apr 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants