From 42b58208e01a5b5248876f216ee86df3ae543ce3 Mon Sep 17 00:00:00 2001 From: Axel Thauvin <45522552+Axthauvin@users.noreply.github.com> Date: Mon, 26 Aug 2024 13:44:40 +0200 Subject: [PATCH] Update hugo.toml --- hugo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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