Skip to content

added remark-gfm plugin to enable rendering markdown tables - #3965

Merged
KoolADE85 merged 3 commits into
plotly:devfrom
AnnMarieW:fix-dcc-Markdown-tables
Aug 31, 2026
Merged

added remark-gfm plugin to enable rendering markdown tables#3965
KoolADE85 merged 3 commits into
plotly:devfrom
AnnMarieW:fix-dcc-Markdown-tables

Conversation

@AnnMarieW

@AnnMarieW AnnMarieW commented Aug 29, 2026

Copy link
Copy Markdown
Collaborator

Closes #3964

PR #3960 updates react-markdown from v4 to v8.

As of react-markdown v5, the remark-gfm plugin is required to render tables, strikethrough, task lists and other GitHub markdown features.

This PR adds remark-gfm version 3.0.1 to be compatible with react-markdown version 8.0.7

To do:

  • add test
  • changelog.

Since this is just an extension of PR #3960 which has not yet been released, is a changelog entry necessary?


Example from issue renders correctly now:

image

@KoolADE85 KoolADE85 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great catch @AnnMarieW ! This looks good on my end.
We'd benefit from a test to prevent this from happening again. Otherwise, looks good on my end. Probably don't need a changelog entry.

@sonarqubecloud

Copy link
Copy Markdown

@KoolADE85 KoolADE85 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💃

@KoolADE85
KoolADE85 merged commit 5c3a66e into plotly:dev Aug 31, 2026
44 checks passed
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

Successfully merging this pull request may close these issues.

[BUG] New dcc.Markdown does not render markdown tables

2 participants