Skip to content

Commit a2cb7e3

Browse files
committed
fix highlight_code
1 parent 12b7ef1 commit a2cb7e3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ taxonomies = [
1010
{name = "tags", feed = true},
1111
]
1212

13-
[markdown]
14-
highlight_code = true
15-
highlight_theme = "ayu-dark"
13+
[markdown.highlighting]
14+
enabled = true
15+
theme = "ayu-dark"
1616

1717
[extra]
1818
toc = true

0 commit comments

Comments
 (0)