Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

MDX

< >

MDX is a text markup language created in 2017 by John Otander.

#167on PLDB 7Years Old
Download source code:
git clone https://github.com/mdx-js/mdx
HomepageREPLSource CodeTwitter

MDX allows you to use JSX in your markdown content. You can import components, such as interactive charts or alerts, and embed them within your content.


Example from the web:
import { Chart } from '../components/chart' # Here鈥檚 a chart The chart is rendered inside our MDX document. <Chart />
- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements Part of the World Wide Scroll