React-markdown: Checkboxes, Tables & Strikethrough don't work anymore

Created on 13 Dec 2020  路  3Comments  路  Source: remarkjs/react-markdown

Subject of the issue

Updating to 5.0.3 breaks several features:

  • Checkboxes are not rendered
  • Tables are not rendered
  • Strikethrought texts are not rendered

Your environment

  • OS: All
  • Packages: react-markdown 5.0.3, React17, CRA 4
  • Env: all browsers

Steps to reproduce

https://codesandbox.io/s/boring-chatterjee-6vt5s
Happens also on playground here: https://remarkjs.github.io/react-markdown/

Thanks!

馃檵 typquestion

All 3 comments

These features are part of GitHub Flavored Markdown (GFM), which is now a plugin.
This is documented in the changelog https://github.com/remarkjs/react-markdown/blob/main/changelog.md#upgrade-remark-parse
and an example of enabling these features is shown in the readme https://github.com/remarkjs/react-markdown#use

See the readme, the change log, or recently closed issues

Oh sorry didn't notice. Thanks for your quick reply

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hiteshpatwari picture hiteshpatwari  路  3Comments

dekryptic picture dekryptic  路  3Comments

wqh17101 picture wqh17101  路  3Comments

pcvandamcb picture pcvandamcb  路  3Comments

damianobarbati picture damianobarbati  路  3Comments