mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-17 18:58:07 +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
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue