HB 标题符号模块

当用户悬停时,该模块于标题旁边显示一个锚点链接。

本页内容

Modulegithub.com/hbstack/heading-sign
Repository⭐ Please consider giving a star if your like it.
Stars
Version
Used by
Requirements
License
UsageSee how to use modules.

参数

params.toml

1[hb]
2  [hb.heading_sign]
3    symbol = '§'

params.yaml

1hb:
2  heading_sign:
3    symbol: §

params.json

1{
2   "hb": {
3      "heading_sign": {
4         "symbol": "§"
5      }
6   }
7}

symbol

锚点链接符号,默认为 §