1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Fixed duplicate TOC Title jump error

This commit is contained in:
JianXu
2018-11-10 14:47:47 +08:00
parent fdb1ef540d
commit 3a4bc33d53
4 changed files with 22 additions and 19 deletions

View File

@@ -47,6 +47,7 @@
},
"homepage": "https://boostnote.io",
"dependencies": {
"@enyaxu/markdown-it-anchor": "^5.0.2",
"@rokt33r/markdown-it-math": "^4.0.1",
"@rokt33r/season": "^5.3.0",
"@susisu/mte-kernel": "^2.0.0",
@@ -80,7 +81,6 @@
"markdown-it-imsize": "^2.0.1",
"markdown-it-kbd": "^1.1.1",
"markdown-it-multimd-table": "^2.0.1",
"markdown-it-named-headers": "^0.0.4",
"markdown-it-plantuml": "^1.1.0",
"markdown-it-smartarrows": "^1.0.1",
"markdown-it-sub": "^1.0.0",
@@ -104,10 +104,10 @@
"sander": "^0.5.1",
"sanitize-html": "^1.18.2",
"striptags": "^2.2.1",
"turndown": "^4.0.2",
"turndown-plugin-gfm": "^1.0.2",
"unique-slug": "2.0.0",
"uuid": "^3.2.1",
"turndown":"^4.0.2",
"turndown-plugin-gfm":"^1.0.2"
"uuid": "^3.2.1"
},
"devDependencies": {
"ava": "^0.25.0",