We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb6dbc1 commit a2e9d6eCopy full SHA for a2e9d6e
content/contributing.smd
@@ -25,8 +25,8 @@ Zig 中文社区是一个开放的组织,我们致力于推广 Zig 在中文
25
.layout = "post.shtml",
26
.draft = false,
27
.custom = {
28
- .math = true, // 如果你要用到数学公式,请 设置 math 为 true; 否则可以忽略
29
- .mermaid = true, // 如果你要用到 mermaid 图表,请设置 mermaid 为 true; 否则可以忽略
+ .math = true, // 引入 Katex 数学公式支持
+ .mermaid = true, // 引入 mermaid 图表渲染支持
30
},
31
---
32
```
@@ -73,4 +73,4 @@ Zig 中文社区是一个开放的组织,我们致力于推广 Zig 在中文
73
- **2024-07-14:** 启用 Zig 社区微信 2 群
74
- **2024-03-29:** 使用自定义域名 ziglang.cc
75
- **2022-12-10:** 切换主题 [cupper-hugo](https://github.com/zwbetz-gh/cupper-hugo-theme) –> [hugo-xmin](https://github.com/yihui/hugo-xmin)
76
-- **2022-07-20:** 首次上线
+- **2022-07-20:** 首次上线
0 commit comments