All Projects → mdx-js → Mdx

mdx-js / Mdx

Licence: mit
Markdown for the component era

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Mdx

Mdx Util
Utilities for working with MDX
Stars: ✭ 709 (-94.07%)
Mutual labels:  markdown, mdx, jsx
Remark
remark is a popular tool that transforms markdown with plugins. These plugins can inspect and change your markup. You can use remark on the server, the client, CLIs, deno, etc.
Stars: ✭ 4,746 (-60.28%)
Mutual labels:  markdown, unified, remark
X0
Document & develop React components without breaking a sweat
Stars: ✭ 1,706 (-85.72%)
Mutual labels:  markdown, mdx, jsx
Ok Mdx
Browser-based MDX editor
Stars: ✭ 681 (-94.3%)
Mutual labels:  markdown, mdx, jsx
Gatsby Plugin Mdx
gatsby v1 mdx plugin, for gatsby v2 see https://github.com/ChristopherBiscardi/gatsby-mdx
Stars: ✭ 50 (-99.58%)
Mutual labels:  markdown, mdx, jsx
Awesome
A curated list of awesome MDX resources
Stars: ✭ 195 (-98.37%)
Mutual labels:  markdown, mdx, jsx
Xdm
a modern MDX compiler. No runtime. With esbuild, Rollup, and webpack plugins
Stars: ✭ 206 (-98.28%)
Mutual labels:  markdown, mdx, jsx
Code Surfer
Rad code slides <🏄/>
Stars: ✭ 5,477 (-54.16%)
Mutual labels:  markdown, mdx
Mdx Docs
📝 Document and develop React components with MDX and Next.js
Stars: ✭ 412 (-96.55%)
Mutual labels:  markdown, mdx
Gatsby Gitbook Starter
Generate GitBook style modern docs/tutorial websites using Gatsby + MDX
Stars: ✭ 700 (-94.14%)
Mutual labels:  markdown, mdx
React Markdown
Markdown component for React
Stars: ✭ 8,047 (-32.65%)
Mutual labels:  markdown, remark
Micromark
the smallest commonmark compliant markdown parser that exists; new basis for @unifiedjs (hundreds of projects w/ billions of downloads for dealing w/ content)
Stars: ✭ 793 (-93.36%)
Mutual labels:  markdown, unified
Markdown To Jsx
🏭 The most lightweight, customizable React markdown component.
Stars: ✭ 1,079 (-90.97%)
Mutual labels:  markdown, jsx
Fusuma
✍️Fusuma makes slides with Markdown easily.
Stars: ✭ 5,033 (-57.88%)
Mutual labels:  markdown, mdx
Blocks
A JSX-based page builder for creating beautiful websites without writing code
Stars: ✭ 4,300 (-64.01%)
Mutual labels:  mdx, jsx
Dataformsjs
🌟 DataFormsJS 🌟 A minimal JavaScript Framework and standalone React and Web Components for rapid development of high quality websites and single page applications.
Stars: ✭ 95 (-99.2%)
Mutual labels:  markdown, jsx
Nextra
The Next.js Static Site Generator
Stars: ✭ 1,271 (-89.36%)
Mutual labels:  markdown, mdx
Gatsby Starter Portfolio Minimal
A Gatsby Starter to create a clean one-page portfolio with Markdown content.
Stars: ✭ 100 (-99.16%)
Mutual labels:  markdown, mdx
Prettier
Prettier is an opinionated code formatter.
Stars: ✭ 41,411 (+246.59%)
Mutual labels:  markdown, jsx
Mdx Go
⚡️ Lightning fast MDX-based dev server for progressive documentation
Stars: ✭ 340 (-97.15%)
Mutual labels:  markdown, mdx

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 = 2018

# 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

Gatsby

Netlify

Coinbase

ThemeIsle

Expo

Boost Hub

Holloway


You?

License

MIT © Compositor and Vercel

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].