Revert "markup/highlight: Add hl_inline option"

This reverts commit a360cab75a.
This commit is contained in:
Bjørn Erik Pedersen
2022-03-10 10:06:22 +01:00
parent 4e14cf7607
commit b82d95575d
4 changed files with 2 additions and 72 deletions

View File

@@ -72,9 +72,6 @@ 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:"-"`