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

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-22 20:07:55 -07: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
exports-html.mjs Introduce micromark-html-browser(.dev).js exporting micromark functions to render HTML from parsed/processed Markdown. 2023-05-28 12:23:26 -07:00
exports.mjs Add micromark-extension-gfm-table to markdownlint-micromark package exports. 2023-02-25 15:50:57 -08:00
LICENSE Remove years from copyright statement. 2023-02-25 15:49:52 -08:00
package.json Bump micromark from 3.2.0 to 4.0.0 in /micromark 2023-06-22 20:07:55 -07:00
README.md Initial implementation of markdownlint-micromark package, micromark.mjs helpers, and tests. 2023-02-25 15:49:51 -08:00
webpack.config.js Introduce micromark-html-browser(.dev).js exporting micromark functions to render HTML from parsed/processed Markdown. 2023-05-28 12:23:26 -07: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.