HB Heading Sign Module

This module shows an anchor link next the the heading when users hovering.

On this page

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.

Parameters

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 §.