Fix displayed code style

Signed-off-by: Dominic Schabel <dominic.schabel@bosch.io>
This commit is contained in:
Dominic Schabel
2020-07-10 15:51:07 +02:00
parent 89b4142157
commit 195ad6fc2e

View File

@@ -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