diff --git a/hugo.toml b/hugo.toml index 7189446..5ba0ab4 100644 --- a/hugo.toml +++ b/hugo.toml @@ -29,14 +29,13 @@ defaultContentLanguage = 'fr' enabled = true [markup] - [markup.goldmark.renderer] - unsafe = true + [markup.goldmark.renderer] + unsafe = true # allow html in md files [markup.highlight] anchorLineNos = false codeFences = true guessSyntax = false - hl_inline = false lineAnchors = '' lineNoStart = 1 lineNos = false