Skip to content

Commit

Permalink
docs: document how to use MDX v2 with Vite
Browse files Browse the repository at this point in the history
  • Loading branch information
silvenon authored and brillout committed Nov 23, 2021
1 parent a1f2f40 commit ee4a732
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
====================== [**WE ARE LOOKING FOR A NEW MAINTAINER**](https://github.com/brillout/vite-plugin-mdx/issues/42) ====================

# Vite Plugin MDX

Vite plugin to use MDX with your Vite app.
Vite plugin to use MDX v1 with your Vite app. For MDX v2 use [`@mdx-js/rollup`](https://www.npmjs.com/package/@mdx-js/rollup) instead, [this comment](https://github.com/brillout/vite-plugin-mdx/issues/44#issuecomment-974540152) explains how to implement it.

Features:

- Works with MDX v1 and MDX v2.
- Works with React and Preact.
- Works with Vue [**[WIP]**](https://github.com/brillout/vite-plugin-mdx/issues/3).
- HMR support.
Expand Down

0 comments on commit ee4a732

Please sign in to comment.