mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-21 08:20:12 +01:00
Switch to using npm version of markdownlint-micromark package and browser script.
This commit is contained in:
parent
8e66b8f926
commit
c15262a0f5
10 changed files with 32 additions and 4159 deletions
|
|
@ -6,7 +6,8 @@
|
|||
|
||||
// @ts-ignore
|
||||
const { gfmAutolinkLiteral, gfmFootnote, parse, postprocess, preprocess } =
|
||||
require("../micromark/micromark.cjs");
|
||||
// @ts-ignore
|
||||
require("markdownlint-micromark");
|
||||
|
||||
/**
|
||||
* Markdown token.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue