mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-01 21:48:49 +01:00
Update markdownlint-micromark to version 0.1.12 (exports labelEnd, additional types, and adds custom TokenTypes).
This commit is contained in:
parent
fea5d886b7
commit
36aaebbf44
4 changed files with 22 additions and 5 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue