From 345c4a27a3af0d81f0ea7bb23cb620dad71b80bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=87=89=E5=87=89?= <56211811+li-yiyang@users.noreply.github.com> Date: Thu, 19 Sep 2024 18:16:48 +0800 Subject: [PATCH] Update config for block html. see https://github.com/gettalong/kramdown/issues/155 maybe still need some dirty HTML marks when writing MD. --- _config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 48cad2c..7792fa3 100644 --- a/_config.yml +++ b/_config.yml @@ -6,4 +6,5 @@ title: UCAS CTF markdown: kramdown kramdown: input: GFM - syntax_highlighter: rouge \ No newline at end of file + syntax_highlighter: rouge + parse_block_html: true \ No newline at end of file