Update demo web page to remove recognized front matter from rendered HTML output.

This commit is contained in:
David Anson 2025-06-02 22:07:21 -07:00
parent f956dd089f
commit dda89f90d4
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@
export { applyFixes, getVersion } from "markdownlint";
export { lint as lintSync } from "markdownlint/sync";
export { frontMatterRe } from "markdownlint/helpers";
export { compile, parse, postprocess, preprocess } from "micromark";
export { directive, directiveHtml } from "micromark-extension-directive";
export { gfmAutolinkLiteral, gfmAutolinkLiteralHtml } from "micromark-extension-gfm-autolink-literal";