micro-mdx-parser
Version:
A tiny parser to convert markdown or html into JSON
21 lines (11 loc) • 401 B
Markdown
A tiny parser to convert markdown or HTML into JSON.
Works in the browser & on the server.
The JSON representation can be used to render components.
Fork of https://github.com/andrejewski/himalaya with tweaks to make it MDX-like.
```
npm install micro-mdx-parser
```
I needed a lightweight MDX parser that works in the client for some CMS-related stuff.