Skip to content

Commit

Permalink
Update mdast-util-toc
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 18, 2019
1 parent 30e73de commit a08b584
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -32,7 +32,7 @@
"index.js"
],
"dependencies": {
"mdast-util-toc": "^3.0.0"
"mdast-util-toc": "^4.0.0"
},
"devDependencies": {
"browserify": "^16.0.0",
Expand Down
6 changes: 3 additions & 3 deletions test/fixtures/slug-for-images-and-links/output.md
Expand Up @@ -4,10 +4,10 @@

- [Something if](#something-if)

- [Something else](#something-else)
- [Something elsefi](#something-elsefi)
- [![Something else](an-image.svg)](#something-else)
- [![](an-alt.jpeg "Something elsefi")](#something-elsefi)

- [another title](#another-title)
- [![Something iffi](a-link.png "a title")](#another-title)

# [Something if](http://a-link.com)

Expand Down

0 comments on commit a08b584

Please sign in to comment.