mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-27 09:26:09 +01:00
Initial implementation of markdownlint-micromark package, micromark.mjs helpers, and tests.
This commit is contained in:
parent
2e7b7b9079
commit
366a498150
14 changed files with 2885 additions and 2 deletions
5
micromark/exports.mjs
Normal file
5
micromark/exports.mjs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
/* eslint-disable n/file-extension-in-import */
|
||||
|
||||
export { parse } from "micromark/lib/parse";
|
||||
export { postprocess } from "micromark/lib/postprocess";
|
||||
export { preprocess } from "micromark/lib/preprocess";
|
||||
Loading…
Add table
Add a link
Reference in a new issue