mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-08 03:50:56 -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
|
||||
|
||||
// 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 int
|
||||
|
Loading…
x
Reference in New Issue
Block a user