mdast extension to parse and serialize frontmatter (YAML, TOML, etc)
mdast extension to parse and serialize GFM (GitHub Flavored Markdown)
mdast utility to use headings as ranges in mdast
Renamed to remark-github
Renamed to remark-lint
mdast utility to check if a node is phrasing content
Renamed to remark-comment-config
Renamed to remark-yaml-config
Renamed to remark-usage
mdast utility to find definition nodes in a tree
mdast extension to parse and serialize GFM strikethrough
- Flat version of [MDAST format](https://github.com/syntax-tree/mdast). - Nodes are stored in a flat `nodes` array instead of a nested tree. - Table of contents is available in `contents` key. - All definitions are available in `definitions` map. - All fo
Renamed to remark-range
Renamed to vfile-sort
mdast utility to remove empty paragraphs from a tree
Deprecated: use [`remark-gfm`][remark-gfm] instead. GFM now includes footnotes.
Inject some markdown into some other markdown, keeping heading structure intact.
Renamed to remark-toc
mdast utility to get the style of a heading
Deprecated in favour of [unist-util-position](https://github.com/wooorm/unist-util-position).
mdast utility to make a tree compact