From 195ad6fc2e83984f24deef3682118f536d7a062f Mon Sep 17 00:00:00 2001 From: Dominic Schabel Date: Fri, 10 Jul 2020 15:51:07 +0200 Subject: [PATCH] Fix displayed code style Signed-off-by: Dominic Schabel --- docs/config.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/config.toml b/docs/config.toml index cd34b44d3..55be69a1c 100755 --- a/docs/config.toml +++ b/docs/config.toml @@ -15,14 +15,10 @@ metadataformat = "toml" canonifyurls = false [markup] - defaultMarkdownHandler = "blackfriday" + defaultMarkdownHandler = "blackfriday" - [markup.blackFriday] - smartypants = true - fractions = true - smartDashes = true - plainIDAnchors = true - skipHTML = false +[markup.highlight] + codeFences = false [params] # General information @@ -53,13 +49,11 @@ canonifyurls = false text = "Ubuntu" code = "Ubuntu Mono" - [social] github = "eclipse/hawkbit" gitter = "eclipse/hawkbit" docker = "hawkbit" - [[menu.main]] name = "What is hawkBit" url = "/whatishawkbit/" @@ -109,3 +103,9 @@ canonifyurls = false name = "Release notes" url = "/release-notes/" weight = 100 + +[blackfriday] + smartypants = true + fractions = false + smartDashes = true + plainIDAnchors = true