当用户悬停时,该模块于标题旁边显示一个锚点链接。
成为我们的资助者或赞助商,以支持我们的工作。
Module | github.com/hbstack/heading-sign |
---|---|
Repository | ⭐ Please consider giving a star if your like it. |
Stars | |
Version | |
Used by | |
Requirements | |
License | |
Usage | See 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
锚点链接符号,默认为 §
。