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.

#171on PLDB 7Years Old
Download source code:
git clone https://github.com/mdx-js/mdx
Homepage · REPL · Source Code · Twitter

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’s a chart The chart is rendered inside our MDX document. <Chart />

- Build the next great programming language · Add · Issues · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v164.7.0