Skip to content

Commit 7f838f1

Browse files
committed
test for markup highlight in toml
1 parent 0590453 commit 7f838f1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

hugo.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,17 @@ theme = 'PaperMod'
9999
[markup.goldmark.renderer]
100100
unsafe = true
101101

102+
[markup.highlight]
103+
codeFences = true
104+
guessSyntax = true
105+
hl_Lines = ""
106+
lineNoStart = 1
107+
lineNos = true
108+
lineNumbersInTable = true
109+
noClasses = false
110+
style = "monokai"
111+
tabWidth = 4
112+
102113

103114
[sitemap]
104115
changeFreq = ''

0 commit comments

Comments
 (0)