From c80e67129ece6bec0639dba0e9551d12c6e90a6b Mon Sep 17 00:00:00 2001 From: occheung Date: Thu, 3 Jun 2021 11:20:14 +0800 Subject: [PATCH] move highlight_code config to markdown --- config.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 97bf6f2..bfd4c7c 100644 --- a/config.toml +++ b/config.toml @@ -3,9 +3,11 @@ title = "M-Labs" description = "Open tools for open physics." compile_sass = true -highlight_code = true insert_anchor_links = true build_search_index = false +[markdown] +highlight_code = true + [extra] author = "M-Labs"