Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bloczjs/mdx
Set of utils to extend MDX capabilities
https://github.com/bloczjs/mdx
mdx plugin remark repl
Last synced: about 2 months ago
JSON representation
Set of utils to extend MDX capabilities
- Host: GitHub
- URL: https://github.com/bloczjs/mdx
- Owner: bloczjs
- Created: 2020-01-30T00:04:12.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-04-20T12:12:44.000Z (almost 2 years ago)
- Last Synced: 2024-10-21T04:30:15.513Z (3 months ago)
- Topics: mdx, plugin, remark, repl
- Language: JavaScript
- Homepage:
- Size: 2.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# @blocz/mdx
This repository contains a few utils around MDX
## Packages
### `@blocz/mdx-live`
`@blocz/mdx-live` allows you to dynamically render a MDX string.
It lives in [mdx-live](https://github.com/bloczjs/mdx/tree/main/packages/mdx-live).
### `@blocz/mdx-plugin-detect-imports`
MDX plugin to detect the list of every imports done in a MDX file.
It lives in [mdx-plugin-detect-imports](https://github.com/bloczjs/mdx/tree/main/packages/mdx-plugin-detect-imports).
## Contributing
[Read more about how to develop and contribute](./CONTRIBUTING.md)