We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c726e74 commit bafd914Copy full SHA for bafd914
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "remark-html",
3
- "version": "15.0.2",
+ "version": "16.0.0",
4
"description": "remark plugin to compile Markdown to HTML",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -74,14 +74,14 @@ npm install remark-html
74
In Deno with [`esm.sh`][esmsh]:
75
76
```js
77
-import remarkHtml from 'https://esm.sh/remark-html@15'
+import remarkHtml from 'https://esm.sh/remark-html@16'
78
```
79
80
In browsers with [`esm.sh`][esmsh]:
81
82
```html
83
<script type="module">
84
- import remarkHtml from 'https://esm.sh/remark-html@15?bundle'
+ import remarkHtml from 'https://esm.sh/remark-html@16?bundle'
85
</script>
86
87
0 commit comments