mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
markup/highlight: Ignore HL_lines_parsed in the gen docs
This commit is contained in:
parent
14915a0c32
commit
260ff1374d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue