We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e5e12d commit 655f117Copy full SHA for 655f117
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mdast-util-to-markdown",
3
- "version": "1.5.0",
+ "version": "2.0.0",
4
"description": "mdast utility to serialize markdown",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -75,14 +75,14 @@ npm install mdast-util-to-markdown
75
In Deno with [`esm.sh`][esmsh]:
76
77
```js
78
-import {toMarkdown} from 'https://esm.sh/mdast-util-to-markdown@1'
+import {toMarkdown} from 'https://esm.sh/mdast-util-to-markdown@2'
79
```
80
81
In browsers with [`esm.sh`][esmsh]:
82
83
```html
84
<script type="module">
85
- import {toMarkdown} from 'https://esm.sh/mdast-util-to-markdown@1?bundle'
+ import {toMarkdown} from 'https://esm.sh/mdast-util-to-markdown@2?bundle'
86
</script>
87
88
0 commit comments