Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)