Skip to content

mdx-js/mdx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

19ad4d0 Â· Mar 3, 2025
Jan 27, 2025
Feb 25, 2025
Feb 25, 2025
Oct 18, 2023
Feb 4, 2025
Sep 24, 2021
Oct 18, 2024
Sep 26, 2021
Oct 7, 2021
Nov 18, 2018
Sep 24, 2021
Mar 3, 2025
Mar 3, 2025
Feb 18, 2025
Aug 29, 2024
Oct 18, 2024
Oct 24, 2023

Repository files navigation

MDX

Markdown for the component era

Build Coverage Sponsors Backers Chat

MDX is an authorable format that lets you seamlessly write JSX in your markdown documents. You can import components, such as interactive charts or alerts, and embed them within your content. This makes writing long-form content with components a blast. 🚀

import {Chart} from './snowfall.js'
export const year = 2013

# Last year’s snowfall

In {year}, the snowfall was above average.
It was followed by a warm spring which caused
flood conditions in many of the nearby rivers.

<Chart year={year} color="#fcb32c" />

See § What is MDX for more info on the format. See § Playground to try it out.

What is this?

This GitHub repository contains several packages for compiling the MDX format to JavaScript, integrating with bundlers such as webpack and Rollup, and for using it with frameworks such as React, Preact, and Vue.

See § Getting started for how to integrate MDX into your project.

Security

See § Security on our site for information.

Contribute

See § Contribute on our site for ways to get started. See § Support for ways to get help.

This project has a code of conduct. By interacting with this repository, organization, or community you agree to abide by its terms.

Sponsor

See § Sponsor on our site for how to help financially.

Vercel

Motif

HashiCorp

GitBook

Gatsby

Netlify

Coinbase

ThemeIsle

Expo

Boost Note

Markdown Space

Holloway


You?

License

MIT © Compositor and Vercel