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.
mdast-util-toc
1 parent 30e73de commit a08b584Copy full SHA for a08b584
package.json
@@ -32,7 +32,7 @@
32
"index.js"
33
],
34
"dependencies": {
35
- "mdast-util-toc": "^3.0.0"
+ "mdast-util-toc": "^4.0.0"
36
},
37
"devDependencies": {
38
"browserify": "^16.0.0",
test/fixtures/slug-for-images-and-links/output.md
@@ -4,10 +4,10 @@
4
5
- [Something if](#something-if)
6
7
- - [Something else](#something-else)
8
- - [Something elsefi](#something-elsefi)
+ - [](#something-else)
+ - [](#something-elsefi)
9
10
-- [another title](#another-title)
+- [](#another-title)
11
12
# [Something if](http://a-link.com)
13
0 commit comments