Skip to content

Commit

Permalink
Add rehype-mdx-import-media to list of plugins
Browse files Browse the repository at this point in the history
Closes GH-2472.

Reviewed-by: Titus Wormer <tituswormer@gmail.com>
  • Loading branch information
remcohaszing committed Apr 15, 2024
1 parent 715ddd9 commit 0c7605c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/extending-mdx.mdx
Expand Up @@ -86,14 +86,14 @@ See also the [list of remark plugins][remark-plugins] and
exposing top level identifiers in Next.js
* [`remcohaszing/rehype-mdx-code-props`](https://github.com/remcohaszing/rehype-mdx-code-props)
— interpret the code `meta` field as JSX props
* [`remcohaszing/rehype-mdx-import-media`](https://github.com/remcohaszing/rehype-mdx-import-media)
— change media sources to JavaScript imports
* [`remcohaszing/rehype-mdx-title`](https://github.com/remcohaszing/rehype-mdx-title)
— expose the page title as a string
* [`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)
— change frontmatter (YAML) metadata to exports
* [`remcohaszing/remark-mdx-images`](https://github.com/remcohaszing/remark-mdx-images)
— change image sources to JavaScript imports
* [`goodproblems/remark-mdx-math-enhanced`](https://github.com/goodproblems/remark-mdx-math-enhanced)
— enhance math with JavaScript inside it

Expand Down

0 comments on commit 0c7605c

Please sign in to comment.