Skip to content

Commit

Permalink
Add link to parcel-transformer-mdx in docs
Browse files Browse the repository at this point in the history
Closes GH-2523.

Co-authored-by: South Drifted <[email protected]>
  • Loading branch information
wooorm and TechQuery committed Oct 2, 2024
1 parent 0bb9efb commit 6750079
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,12 @@ See [Configuring MDX on `nextjs.org`][next-configuring-mdx] for more info.
See [`@parcel/transformer-mdx`][parcel-mdx]
on how to use MDX with Parcel.

<Note type="info">
**Note**: the official Parcel plugin is currently not maintained.
For a maintained alternative,
try [`parcel-transformer-mdx`][parcel-transformer-mdx].
</Note>

### JSX runtimes

#### Emotion
Expand Down Expand Up @@ -879,6 +885,8 @@ MDX files can be imported in [Bun][] by using

[parcel-mdx]: https://parceljs.org/languages/mdx/

[parcel-transformer-mdx]: https://github.com/EasyWebApp/Parcel-transformer-MDX

[rollup]: https://rollupjs.org

[svelte-jsx]: https://github.com/kenoxa/svelte-jsx
Expand Down

0 comments on commit 6750079

Please sign in to comment.