JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 32
  • Score
    100M100P100Q67708F
  • License MIT

Utilities for MDX/mdast

Package Exports

  • m2dx-utils

Readme

m2dx-utils

Some utilities to work easier with MDX and its mdast, especially if you want to usue TypeScript.

Content

What is this?

This package provides some fully typed utilities to work with MDX.

When should I use this?

If you want to work a bit smoother with MDX's mdast.

Install

This package is ESM only. In Node.js (version 12.20+, 14.14+, or 16.0+), install with npm:

npm install m2dx-utils

Use

This is still in very early alpha, hence, I can only provide very little documentation.

Use at your own risk.