We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b7699 commit cfbbeecCopy full SHA for cfbbeec
config.toml
@@ -70,6 +70,11 @@ time_format_blog = "02.01.2006"
70
[markup.goldmark]
71
[markup.goldmark.renderer]
72
unsafe = true
73
+ [markup.highlight]
74
+ # See a complete list of available styles at https://xyproto.github.io/splash/docs/all.html
75
+ style = "tango"
76
+ # Uncomment if you want your chosen highlight style used for code blocks without a specified language
77
+ # guessSyntax = "true"
78
79
# Everything below this are Site Params
80
0 commit comments