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 b024d88 commit 3488516Copy full SHA for 3488516
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mdast-util-toc",
3
- "version": "6.1.1",
+ "version": "7.0.0",
4
"description": "mdast utility to generate a table of contents from a tree",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -51,14 +51,14 @@ npm install mdast-util-toc
51
In Deno with [`esm.sh`][esmsh]:
52
53
```js
54
-import {toc} from 'https://esm.sh/mdast-util-toc@6'
+import {toc} from 'https://esm.sh/mdast-util-toc@7'
55
```
56
57
In browsers with [`esm.sh`][esmsh]:
58
59
```html
60
<script type="module">
61
- import {toc} from 'https://esm.sh/mdast-util-toc@6?bundle'
+ import {toc} from 'https://esm.sh/mdast-util-toc@7?bundle'
62
</script>
63
64
0 commit comments