Introduce micromark-html-browser(.dev).js exporting micromark functions to render HTML from parsed/processed Markdown.

This commit is contained in:
David Anson 2023-05-27 18:03:20 -07:00
parent 1dd49791e0
commit 91e5a2f134
5 changed files with 43 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "markdownlint-micromark",
"version": "0.1.3",
"version": "0.1.4",
"description": "A trivial package that re-exports some micromark functionality as a CommonJS module",
"type": "commonjs",
"exports": "./micromark.cjs",
@ -23,7 +23,7 @@
"micromark-extension-gfm-autolink-literal": "1.0.4",
"micromark-extension-gfm-footnote": "1.1.0",
"micromark-extension-gfm-table": "1.0.6",
"webpack": "5.82.1",
"webpack": "5.84.1",
"webpack-cli": "5.1.1"
}
}