mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 20:44:01 +02:00
markup/highlight: Add hl_inline option
If set to true, the highlighted code will not be wrapped in any div. Closes #9442
This commit is contained in:
@@ -72,6 +72,9 @@ type Config struct {
|
||||
// A space separated list of line numbers, e.g. “3-8 10-20”.
|
||||
Hl_Lines string
|
||||
|
||||
// If set, the markup will not be wrapped in any container.
|
||||
Hl_inline bool
|
||||
|
||||
// A parsed and ready to use list of line ranges.
|
||||
HL_lines_parsed [][2]int `json:"-"`
|
||||
|
||||
|
Reference in New Issue
Block a user