mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-05 15:38:49 +01:00
Add micromark-extension-directive to markdownlint-micromark package exports.
This commit is contained in:
parent
0fe351798a
commit
5f3d73a3b1
3 changed files with 4 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
|||
/* eslint-disable n/no-missing-import */
|
||||
|
||||
export { compile } from "micromark";
|
||||
export { directiveHtml } from "micromark-extension-directive";
|
||||
export { gfmAutolinkLiteralHtml } from "micromark-extension-gfm-autolink-literal";
|
||||
export { gfmFootnoteHtml } from "micromark-extension-gfm-footnote";
|
||||
export { gfmTableHtml } from "micromark-extension-gfm-table";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue