mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Introduce micromark-html-browser(.dev).js exporting micromark functions to render HTML from parsed/processed Markdown.
This commit is contained in:
parent
1dd49791e0
commit
91e5a2f134
5 changed files with 43 additions and 2 deletions
8
micromark/exports-html.mjs
Normal file
8
micromark/exports-html.mjs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// @ts-check
|
||||
|
||||
/* eslint-disable max-len, n/no-missing-import */
|
||||
|
||||
export { compile } from "micromark/lib/compile";
|
||||
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