This module shows an anchor link next the the heading when users hovering.
Become a backer or sponsor to support our work.
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
The anchor symbol, default to §
.