Add remark-toc plugin.

Add plugin for generating table of content automatically for markdown files.
This commit is contained in:
2024-06-28 22:32:38 +08:00
parent 2f54cf304a
commit 05c1b0d29b
4 changed files with 44 additions and 2 deletions

View File

@@ -16,6 +16,7 @@
"astro": "^4.9.2",
"bignumber.js": "^9.1.2",
"pinyin-pro": "^3.22.0",
"remark-toc": "^9.0.0",
"typescript": "^5.4.5",
"vue": "^3.4.29"
}