We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b50bcd commit f449055Copy full SHA for f449055
config.toml
@@ -13,10 +13,8 @@ output_dir = "dist"
13
14
theme = "anemone"
15
16
-[markdown]
17
-# Whether to do syntax highlighting
18
-# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
19
-highlight_code = true
+[markdown.highlighting]
+error_on_missing_language = true
20
21
[extra]
22
header_nav = [
0 commit comments