mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-07 00:18:49 +01:00
Update micromark import paths for changes in version 4, output any errors during webpack build.
This commit is contained in:
parent
f176c4fd65
commit
8fb6287300
3 changed files with 5 additions and 5 deletions
|
|
@ -5,6 +5,6 @@
|
|||
export { gfmAutolinkLiteral } from "micromark-extension-gfm-autolink-literal";
|
||||
export { gfmFootnote } from "micromark-extension-gfm-footnote";
|
||||
export { gfmTable } from "micromark-extension-gfm-table";
|
||||
export { parse } from "micromark/lib/parse";
|
||||
export { postprocess } from "micromark/lib/postprocess";
|
||||
export { preprocess } from "micromark/lib/preprocess";
|
||||
export { parse } from "micromark";
|
||||
export { postprocess } from "micromark";
|
||||
export { preprocess } from "micromark";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue