mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
markup/highlight: Ignore HL_lines_parsed in the gen docs
This commit is contained in:
@@ -73,7 +73,7 @@ type Config struct {
|
|||||||
Hl_Lines string
|
Hl_Lines string
|
||||||
|
|
||||||
// A parsed and ready to use list of line ranges.
|
// A parsed and ready to use list of line ranges.
|
||||||
HL_lines_parsed [][2]int
|
HL_lines_parsed [][2]int `json:"-"`
|
||||||
|
|
||||||
// TabWidth sets the number of characters for a tab. Defaults to 4.
|
// TabWidth sets the number of characters for a tab. Defaults to 4.
|
||||||
TabWidth int
|
TabWidth int
|
||||||
|
Reference in New Issue
Block a user