markdownlint/micromark
dependabot[bot] fe45e0110a Bump micromark from 4.0.0 to 4.0.1 in /micromark
Bumps [micromark](https://github.com/micromark/micromark) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/micromark/micromark/releases)
- [Commits](https://github.com/micromark/micromark/compare/4.0.0...4.0.1)

---
updated-dependencies:
- dependency-name: micromark
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-13 20:04:41 -08:00
..
.npmignore Introduce micromark-html-browser(.dev).js exporting micromark functions to render HTML from parsed/processed Markdown. 2023-05-28 12:23:26 -07:00
.npmrc Initial implementation of markdownlint-micromark package, micromark.mjs helpers, and tests. 2023-02-25 15:49:51 -08:00
api-extractor.json Rename type declaration file micromark.d.ts to micromark.d.cts in markdownlint-micromark so TypeScript will successfully reference it via its package.json/types (fixes #1160, closes #1160). 2024-03-27 20:41:54 -07:00
exports-html.mjs Add micromark-extension-directive to markdownlint-micromark package exports. 2024-01-01 21:39:58 -08:00
exports.mjs Update markdownlint-micromark to version 0.1.12 (exports labelEnd, additional types, and adds custom TokenTypes). 2024-10-21 20:19:42 -07:00
LICENSE Remove years from copyright statement. 2023-02-25 15:49:52 -08:00
micromark.d.cts Update markdownlint-micromark to version 0.1.12 (exports labelEnd, additional types, and adds custom TokenTypes). 2024-10-21 20:19:42 -07:00
package.json Bump micromark from 4.0.0 to 4.0.1 in /micromark 2024-11-13 20:04:41 -08:00
README.md Initial implementation of markdownlint-micromark package, micromark.mjs helpers, and tests. 2023-02-25 15:49:51 -08:00
types.d.ts Update markdownlint-micromark to version 0.1.12 (exports labelEnd, additional types, and adds custom TokenTypes). 2024-10-21 20:19:42 -07:00
webpack.config.js Add name/version/homepage banner to markdownlint-micromark artifacts. 2023-06-23 03:36:07 +00:00

markdownlint-micromark

A trivial package that re-exports some micromark functionality as a CommonJS module

This package is unlikely to be of any use beyond a specific scenario used by markdownlint.