Skip to content

Commit

Permalink
Add recommendation to use mdx-js/mdx in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Mar 8, 2022
1 parent cdfd61a commit 9bd282c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions readme.md
Expand Up @@ -5,6 +5,12 @@
[![Downloads][downloads-badge]][downloads]
[![Size][size-badge]][size]

xdm was a fork (complete rewrite?) that envisioned how `mdx-js/mdx` could work.
All of xdm has now been ported into `mdx-js/mdx` making xdm no longer needed.
Use [`mdx-js/mdx`][mdxjs] instead.

<details><summary>Read the original readme</summary>

**xdm** is an MDX compiler that focusses on two things:

1. Compiling the MDX syntax (markdown + JSX) to JavaScript
Expand Down Expand Up @@ -2468,6 +2474,8 @@ Most of the work is done by:

[MIT][license] © [Titus Wormer][author], Compositor, and Vercel, Inc.

</details>

<!-- Definitions -->

[build-badge]: https://github.com/wooorm/xdm/workflows/main/badge.svg
Expand Down

0 comments on commit 9bd282c

Please sign in to comment.