Fix displayed code style
Signed-off-by: Dominic Schabel <dominic.schabel@bosch.io>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user