Skip to content

Commit c2cc2dd

Browse files
authored
Add remark-directive-mdx to MDX extensions list
[`remark-directive-mdx`](https://github.com/re-xyr/remark-directive-mdx) transforms Markdown directives (`:directive[]{}`) parsed by `remark-directive` into MDX JSX elements. Signed-off-by: daylily <[email protected]>
1 parent 0004605 commit c2cc2dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/docs/extending-mdx.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ See also the [list of remark plugins][remark-plugins],
9797
— expose the page title as a string
9898
* [`boning-w/rehype-mdx-toc`](https://github.com/boning-w/rehype-mdx-toc)
9999
— 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
100102
* [`pangelani/remark-mdx-chartjs`](https://github.com/pangelani/remark-mdx-chartjs)
101103
— replace fenced code blocks with charts using [`react-chartjs-2`](https://react-chartjs-2.js.org/).
102104
* [`remcohaszing/remark-mdx-frontmatter`](https://github.com/remcohaszing/remark-mdx-frontmatter)

0 commit comments

Comments
 (0)