代碼塊面板

本頁內容

代碼塊面板提供了展開代碼、複製代碼、代碼換行和切換代碼行號等功能。

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

必要條件

hugo.toml

1[markup]
2  [markup.highlight]
3    lineNos = true
4    lineNumbersInTable = false

hugo.yaml

1markup:
2  highlight:
3    lineNos: true
4    lineNumbersInTable: false

hugo.json

1{
2   "markup": {
3      "highlight": {
4         "lineNos": true,
5         "lineNumbersInTable": false
6      }
7   }
8}

站點參數

另請參閱代碼塊面板參數

razonyang
2024年7月26日 星期五 2023年2月13日 星期一