Add micromark-extension-math to markdownlint-micromark package exports.

This commit is contained in:
David Anson 2023-07-16 21:47:47 -07:00
parent 2cd8f89bdb
commit de2922a8eb
3 changed files with 4 additions and 1 deletions

View file

@ -5,6 +5,7 @@
export { gfmAutolinkLiteral } from "micromark-extension-gfm-autolink-literal";
export { gfmFootnote } from "micromark-extension-gfm-footnote";
export { gfmTable } from "micromark-extension-gfm-table";
export { math } from "micromark-extension-math";
export { parse } from "micromark";
export { postprocess } from "micromark";
export { preprocess } from "micromark";