mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-29 18:36:10 +01:00
Add micromark-extension-math to markdownlint-micromark package exports.
This commit is contained in:
parent
2cd8f89bdb
commit
de2922a8eb
3 changed files with 4 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue