JSPM

mdast-heading-id

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

mdast plugin to support Markdown Extension for custom heading IDs

Package Exports

  • mdast-heading-id
  • mdast-heading-id/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mdast-heading-id) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Build Status codecov

mdast-heading-id

MDast utility to insert "ID" nodes in the AST.

Most users should use remark-custom-heading-id instead, which works end-to-end with remark.

This utility works with the micromark-heading-id extension for micromark to insert nodes based on the {#my-id} extended syntax for Markdown.