hugo/markup
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
..
asciidocext Add some basic security policies with sensible defaults 2021-12-16 09:40:22 +01:00
blackfriday Remove Blackfriday markdown engine 2022-05-29 11:50:58 +02:00
converter Misc doc, code refactoring to improve documentation 2023-01-04 18:01:26 +01:00
goldmark markup/goldmark: Add removeSurroundingParagraph for Markdown images 2022-12-05 15:00:47 +01:00
highlight markup: Fix linenos codeblock hl option case regression 2023-02-05 20:06:25 +01:00
internal markup/goldmark: Add removeSurroundingParagraph for Markdown images 2022-12-05 15:00:47 +01:00
markup_config Remove Blackfriday markdown engine 2022-05-29 11:50:58 +02:00
org Add Markdown diagrams and render hooks for code blocks 2022-02-24 18:59:50 +01:00
pandoc Add some basic security policies with sensible defaults 2021-12-16 09:40:22 +01:00
rst Add some basic security policies with sensible defaults 2021-12-16 09:40:22 +01:00
tableofcontents markup: Rename Header(s) to Heading(s) in ToC struct 2021-06-19 18:19:46 +02:00
markup.go Misc doc, code refactoring to improve documentation 2023-01-04 18:01:26 +01:00
markup_test.go Remove Blackfriday markdown engine 2022-05-29 11:50:58 +02:00