From 04bf52abb8258d705539363420c3a1a667a2f3c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=87=A1=E6=A2=A6=E6=98=9F=E5=B0=98?= Date: Sat, 1 Oct 2022 09:37:16 +0800 Subject: [PATCH] :memo: Add some new front matter parameters in default archetype. --- archetypes/default.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/archetypes/default.md b/archetypes/default.md index 57a7d26..6aa746e 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -40,6 +40,12 @@ tags: # 开启文章置顶,数字越小越靠前 # Sticky post set-top in home page and the smaller nubmer will more forward. #weight: 1 +# 开启数学公式渲染,可选值: mathjax, katex +# Support Math Formulas render, options: mathjax, katex +#math: mathjax +# 开启各种图渲染,如流程图,时序图,类图等 +# Enable chart render, such as: flow, sequence, classes etc +#mermaid: true --- {{ .Name }}