https://github.com/mdx-js/specification
Archived info on MDX language and AST definitions
https://github.com/mdx-js/specification
Last synced: 2 months ago
JSON representation
Archived info on MDX language and AST definitions
- Host: GitHub
- URL: https://github.com/mdx-js/specification
- Owner: mdx-js
- Archived: true
- Created: 2018-04-02T15:14:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T14:11:20.000Z (7 months ago)
- Last Synced: 2024-12-16T23:45:06.655Z (4 months ago)
- Homepage:
- Size: 34.2 KB
- Stars: 265
- Watchers: 14
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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).