mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-05 23:48:49 +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
|
|
@ -6,3 +6,4 @@ export { compile } from "micromark";
|
|||
export { gfmAutolinkLiteralHtml } from "micromark-extension-gfm-autolink-literal";
|
||||
export { gfmFootnoteHtml } from "micromark-extension-gfm-footnote";
|
||||
export { gfmTableHtml } from "micromark-extension-gfm-table";
|
||||
export { mathHtml } from "micromark-extension-math";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue