Switch to using npm version of markdownlint-micromark package and browser script.

This commit is contained in:
David Anson 2023-02-08 20:50:28 -08:00
parent 8e66b8f926
commit c15262a0f5
10 changed files with 32 additions and 4159 deletions

View file

@ -1,6 +1,6 @@
// @ts-check
/* eslint-disable n/file-extension-in-import */
/* eslint-disable n/no-missing-import */
export { gfmAutolinkLiteral } from "micromark-extension-gfm-autolink-literal";
export { gfmFootnote } from "micromark-extension-gfm-footnote";