hugo/markup
Bjørn Erik Pedersen 241b21b0fd Create a struct with all of Hugo's config options
Primary motivation is documentation, but it will also hopefully simplify the code.

Also,

* Lower case the default output format names; this is in line with the custom ones (map keys) and how
it's treated all the places. This avoids doing `stringds.EqualFold` everywhere.

Closes #10896
Closes #10620
2023-05-16 18:01:29 +02:00
..
asciidocext Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
blackfriday Remove Blackfriday markdown engine 2022-05-29 11:50:58 +02:00
converter Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
goldmark Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
highlight Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
internal Correct typos in Go comments 2023-03-02 16:32:32 +01:00
markup_config Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
org Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
pandoc Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
rst Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
tableofcontents Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
markup.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
markup_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00