Add micromark-extension-gfm-table to markdownlint-micromark package exports.

This commit is contained in:
David Anson 2023-02-22 22:55:56 -08:00
parent 4b27bac79b
commit 60ad79fd2b
2 changed files with 3 additions and 1 deletions

View file

@ -4,6 +4,7 @@
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";