This package provides core utilities for parsing and transforming Markdown content, including custom syntax extensions and AST manipulation.
npm install @content-ui/mdThis package provides core utilities for parsing and transforming Markdown content, including custom syntax extensions and AST manipulation.
Released under the MIT License.
Includes modified copies of micromark/micromark-extension-gfm-strikethrough/1.0.4/dev/lib/syntax.js, see (MIT) LICENSE_GFM.
Adjusted to Typescript and used as base for similar plugins:
- remarkSubSuper to support ~/^ /
- remarkInsert to support ++/~~ /
- remarkUnderline to support __
- remarkMark to support ==