Update markdownlint-micromark to version 0.1.12 (exports labelEnd, additional types, and adds custom TokenTypes).

This commit is contained in:
David Anson 2024-10-21 20:19:42 -07:00
parent fea5d886b7
commit 36aaebbf44
4 changed files with 22 additions and 5 deletions

View file

@ -10,3 +10,5 @@ export { math } from "micromark-extension-math";
export { parse } from "micromark";
export { postprocess } from "micromark";
export { preprocess } from "micromark";
// micromark-core-commonmark is not a dev/dependency because this instance must match what's used by micromark
export { labelEnd } from "micromark-core-commonmark";