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

錨點鏈接符號,默認為 §

razonyang
2024年7月26日 星期五 2024年1月6日 星期六