mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
73ece30d84
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 |
||
---|---|---|
.. | ||
chromalexers | ||
config.go | ||
config_test.go | ||
highlight.go | ||
highlight_test.go | ||
integration_test.go |