Skip to content

Commit 0c7605c

Browse files
authoredApr 15, 2024··
Add rehype-mdx-import-media to list of plugins
Closes GH-2472. Reviewed-by: Titus Wormer <tituswormer@gmail.com>
1 parent 715ddd9 commit 0c7605c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎docs/docs/extending-mdx.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,14 @@ See also the [list of remark plugins][remark-plugins] and
8686
exposing top level identifiers in Next.js
8787
* [`remcohaszing/rehype-mdx-code-props`](https://github.com/remcohaszing/rehype-mdx-code-props)
8888
— interpret the code `meta` field as JSX props
89+
* [`remcohaszing/rehype-mdx-import-media`](https://github.com/remcohaszing/rehype-mdx-import-media)
90+
— change media sources to JavaScript imports
8991
* [`remcohaszing/rehype-mdx-title`](https://github.com/remcohaszing/rehype-mdx-title)
9092
— expose the page title as a string
9193
* [`pangelani/remark-mdx-chartjs`](https://github.com/pangelani/remark-mdx-chartjs)
9294
— replace fenced code blocks with charts using [`react-chartjs-2`](https://react-chartjs-2.js.org/).
9395
* [`remcohaszing/remark-mdx-frontmatter`](https://github.com/remcohaszing/remark-mdx-frontmatter)
9496
— change frontmatter (YAML) metadata to exports
95-
* [`remcohaszing/remark-mdx-images`](https://github.com/remcohaszing/remark-mdx-images)
96-
— change image sources to JavaScript imports
9797
* [`goodproblems/remark-mdx-math-enhanced`](https://github.com/goodproblems/remark-mdx-math-enhanced)
9898
— enhance math with JavaScript inside it
9999

0 commit comments

Comments
 (0)
Please sign in to comment.