From c34488469fbfff31c10bc34e2fb15e5aad83e266 Mon Sep 17 00:00:00 2001 From: xihale Date: Tue, 15 Jul 2025 19:24:08 +0800 Subject: [PATCH] chore: add highlight for the code in contributing --- content/contributing.smd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/contributing.smd b/content/contributing.smd index 44fdf3e..2723ae6 100644 --- a/content/contributing.smd +++ b/content/contributing.smd @@ -17,7 +17,7 @@ Zig 中文社区是一个开放的组织,我们致力于推广 Zig 在中文 2. 在 `content/post` 内添加自己的文章(smd格式),文件命名为: `${YYYY}-${MM}-${DD}-${SLUG}.smd` 3. 文件开始需要包含一些描述信息,例如: -``` +```zig --- .title = "文章标题", .date = @date("2025-06-05T16:00:00+0800"),