Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/docs/extending-mdx.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ See also the [list of remark plugins][remark-plugins],
— change media sources to JavaScript imports
* [`remcohaszing/rehype-mdx-title`](https://github.com/remcohaszing/rehype-mdx-title)
— expose the page title as a string
* [`boning-w/rehype-mdx-toc`](https://github.com/boning-w/rehype-mdx-toc)
— export the table of contents data into MDX module
* [`pangelani/remark-mdx-chartjs`](https://github.com/pangelani/remark-mdx-chartjs)
— replace fenced code blocks with charts using [`react-chartjs-2`](https://react-chartjs-2.js.org/).
* [`remcohaszing/remark-mdx-frontmatter`](https://github.com/remcohaszing/remark-mdx-frontmatter)
Expand Down