包详细信息

micro-mdx-parser

DavidWells6.1kMIT1.1.24

A tiny parser to convert markdown or html into JSON

mdx

自述文件

micro-mdx-parser

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.

Install

npm install micro-mdx-parser

Why?

I needed a lightweight MDX parser that works in the client for some CMS-related stuff.