We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0004605 commit 5a65105Copy full SHA for 5a65105
1 file changed
docs/docs/extending-mdx.mdx
@@ -97,6 +97,8 @@ See also the [list of remark plugins][remark-plugins],
97
— expose the page title as a string
98
* [`boning-w/rehype-mdx-toc`](https://github.com/boning-w/rehype-mdx-toc)
99
— export the table of contents data into MDX module
100
+* [`re-xyr/remark-directive-mdx`](https://github.com/re-xyr/remark-directive-mdx)
101
+ — transform Markdown directives (`:directive[]`) to JSX elements
102
* [`pangelani/remark-mdx-chartjs`](https://github.com/pangelani/remark-mdx-chartjs)
103
— replace fenced code blocks with charts using [`react-chartjs-2`](https://react-chartjs-2.js.org/).
104
* [`remcohaszing/remark-mdx-frontmatter`](https://github.com/remcohaszing/remark-mdx-frontmatter)
0 commit comments