You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

703 B

+++ title = "Hard line break wrong case (TOML)" date = 2017-08-02 tags = ["blackfriday", "toml"] draft = false [blackfriday] extensions = ["hardLineBreak"] +++

The Blackfriday hardLineBreak extension is enabled here even where user used the wrong case in the extension name:

:EXPORT_HUGO_BLACKFRIDAY: :extensions hardlinebreak

instead of:

:EXPORT_HUGO_BLACKFRIDAY: :extensions hardLineBreak

The Blackfriday extension names are case-sensitive. So even though, the wrong case is used in the Org property drawer, ox-hugo ensures that the Markdown front matter is written in the correct case! 🙌.

a b c

Above, a, b and c must appear on separate lines.