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 9d546d7 commit a64174dCopy full SHA for a64174d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rehype-format",
3
- "version": "4.0.1",
+ "version": "5.0.0",
4
"description": "rehype plugin to format HTML",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -68,14 +68,14 @@ npm install rehype-format
68
In Deno with [`esm.sh`][esmsh]:
69
70
```js
71
-import rehypeFormat from 'https://esm.sh/rehype-format@4'
+import rehypeFormat from 'https://esm.sh/rehype-format@5'
72
```
73
74
In browsers with [`esm.sh`][esmsh]:
75
76
```html
77
<script type="module">
78
- import rehypeFormat from 'https://esm.sh/rehype-format@4?bundle'
+ import rehypeFormat from 'https://esm.sh/rehype-format@5?bundle'
79
</script>
80
81
0 commit comments