Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mdx-js/specification

MDX language and AST definitions
https://github.com/mdx-js/specification

Last synced: about 1 month ago
JSON representation

MDX language and AST definitions

Awesome Lists containing this project

README

        

# Specification

This repo is archived.
Up-to-date info is now in other places.

Allmost all info is now on the website: [`mdxjs.com`](https://mdxjs.com).

There are micromark extensions that function as reference implementation which
describe what syntax works:
[expressions](https://github.com/micromark/micromark-extension-mdx-expression/tree/main/packages/micromark-extension-mdx-expression#syntax),
[JSX](https://github.com/micromark/micromark-extension-mdx-jsx#syntax),
[ESM](https://github.com/micromark/micromark-extension-mdxjs-esm#syntax).

For the AST extensions,
see the mdast utilities:
[expressions](https://github.com/syntax-tree/mdast-util-mdx-expression#syntax-tree),
[JSX](https://github.com/syntax-tree/mdast-util-mdx-jsx#syntax-tree),
[ESM](https://github.com/syntax-tree/mdast-util-mdxjs-esm#syntax-tree).