mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-27 01:16:09 +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
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
/* eslint-disable n/no-missing-import */
|
||||
|
||||
export { directive } from "micromark-extension-directive";
|
||||
export { gfmAutolinkLiteral } from "micromark-extension-gfm-autolink-literal";
|
||||
export { gfmFootnote } from "micromark-extension-gfm-footnote";
|
||||
export { gfmTable } from "micromark-extension-gfm-table";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue