Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mdx-js/specification
- Owner: mdx-js
- License: mit
- Created: 2018-04-02T15:14:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:59:50.000Z (11 months ago)
- Last Synced: 2024-10-01T05:21:02.883Z (about 2 months ago)
- Homepage: https://specification.mdx.now.sh
- Size: 33.2 KB
- Stars: 265
- Watchers: 14
- Forks: 11
- Open Issues: 4
-
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).