hugo/markup/highlight
Khayyam Saleem 73ece30d84
markup: Fix linenos codeblock hl option case regression
This fixes a regression introduced in v0.93.0 where previously, a
mixed-case key for lineNos would be successfully parsed. This change
moves the configuration key lowercasing step into the configuration
normalization stage, which is called whether the highlighting config
is being parsed from a `string` or a `map`.

Fixes #10682
2023-02-05 20:06:25 +01:00
..
chromalexers
config.go markup: Fix linenos codeblock hl option case regression 2023-02-05 20:06:25 +01:00
config_test.go markup: Fix linenos codeblock hl option case regression 2023-02-05 20:06:25 +01:00
highlight.go
highlight_test.go
integration_test.go