We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f7f7cf commit ac06283Copy full SHA for ac06283
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mdast-util-to-string",
3
- "version": "3.2.0",
+ "version": "4.0.0",
4
"description": "mdast utility to get the plain text content of a node",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -53,14 +53,14 @@ npm install mdast-util-to-string
53
In Deno with [`esm.sh`][esmsh]:
54
55
```js
56
-import {toString} from 'https://esm.sh/mdast-util-to-string@3'
+import {toString} from 'https://esm.sh/mdast-util-to-string@4'
57
```
58
59
In browsers with [`esm.sh`][esmsh]:
60
61
```html
62
<script type="module">
63
- import {toString} from 'https://esm.sh/mdast-util-to-string@3?bundle'
+ import {toString} from 'https://esm.sh/mdast-util-to-string@4?bundle'
64
</script>
65
66
0 commit comments