锚点
Anchors 添加 Github 风格的锚点样式
插件地址
"plugins" : [ "anchors" ]
Anchor-navigation-ex 添加Toc到侧边悬浮导航以及回到顶部按钮。需要注意以下两点:
本插件只会提取 h[1-3] 标签作为悬浮导航 只有按照以下顺序嵌套才会被提取
h1
h2
h3
必须要以 h1 开始,直接写 h2 不会被提取
h2
插件地址
{ "plugins": [ "anchor-navigation-ex" ], "pluginsConfig": { "anchor-navigation-ex": { "isRewritePageTitle": true, "isShowTocTitleIcon": true, "tocLevel1Icon": "fa fa-hand-o-right", "tocLevel2Icon": "fa fa-hand-o-right", "tocLevel3Icon": "fa fa-hand-o-right" } } }