feat: add support for markdownlint v0.38.0

This commit is contained in:
2025-05-11 16:45:14 +02:00
parent 70bdb7013e
commit 876384344c
8 changed files with 1851 additions and 795 deletions
+2
View File
@@ -12,6 +12,8 @@ import {
lineFragmentRe,
} from "./utils.js"
export { markdownIt } from "./utils.js"
/** @typedef {import('markdownlint').Rule} MarkdownLintRule */
/**