Skip to content

Commit 3299bf8

Browse files
committed
markup: enable guessSyntax
This option will be necessary to maintain reasonable codeblock formatting in development once we add a custom language for YAGPDB templates (which will not be recognized by the default Hugo highlighter.)
1 parent 89fb6d5 commit 3299bf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/_default/markup.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ defaultMarkdownHandler = "goldmark"
2323
hl_inline = false
2424
codeFences = true
2525
noClasses = false
26+
guessSyntax = true
2627

2728
[tableOfContents]
2829
endLevel = 3

0 commit comments

Comments
 (0)