mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-10 13:12:05 -04:00
markup/highlight: Ignore HL_lines_parsed in the gen docs
This commit is contained in:
parent
14915a0c32
commit
260ff1374d
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user