feat: add highlight.js as an option

This commit is contained in:
Henk Verlinde
2021-03-15 18:55:49 +01:00
parent 47ca1a22fe
commit 5180bd53c6
12 changed files with 103 additions and 29 deletions

View File

@ -54,7 +54,7 @@ rel = "sitemap"
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
codeFences = true
codeFences = false
guessSyntax = false
hl_Lines = ""
lineNoStart = 1

View File

@ -54,3 +54,4 @@ editPage = false
darkMode = true
bootStrapJs = false
breadCrumb = false
highLight = false