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

Added ToC support

- added `markdown-it-toc-and-anchor` into the project
- integrated it, create a table of contents every in a markup by adding
`@[TOC]`
This commit is contained in:
georg
2017-03-04 17:48:17 +01:00
parent ac2c50c8bc
commit 57835d0e32
3 changed files with 7 additions and 0 deletions

View File

@@ -61,6 +61,7 @@
"markdown-it-checkbox": "^1.1.0",
"markdown-it-emoji": "^1.1.1",
"markdown-it-footnote": "^3.0.0",
"markdown-it-toc-and-anchor": "^4.1.1",
"md5": "^2.0.0",
"mixpanel": "^0.4.1",
"moment": "^2.10.3",