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 e9f34ee commit 9d0e276Copy full SHA for 9d0e276
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "remark-toc",
3
- "version": "8.0.1",
+ "version": "9.0.0",
4
"description": "remark plugin to generate a table of contents (TOC)",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -71,14 +71,14 @@ npm install remark-toc
71
In Deno with [`esm.sh`][esmsh]:
72
73
```js
74
-import remarkToc from 'https://esm.sh/remark-toc@8'
+import remarkToc from 'https://esm.sh/remark-toc@9'
75
```
76
77
In browsers with [`esm.sh`][esmsh]:
78
79
```html
80
<script type="module">
81
- import remarkToc from 'https://esm.sh/remark-toc@8?bundle'
+ import remarkToc from 'https://esm.sh/remark-toc@9?bundle'
82
</script>
83
84
0 commit comments