We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8583a4 commit f660fa5Copy full SHA for f660fa5
course/.vitepress/config.mts
@@ -36,6 +36,6 @@ export default defineConfig({
36
markdown: {
37
image: {
38
lazyLoading: true,
39
- }
40
+ },
41
});
course/hello-world.md
@@ -43,7 +43,7 @@ zig 会自动为我们根据后面的参量表推导出对应的类型,当 zig
43
44
:::
45
46
-下面的内容可能有点难,你可以_暂时跳过这里_,后面再来学习!
+下面的内容可能有点难,你可以*暂时跳过这里*,后面再来学习!
47
48
## 换一种方式?
49
0 commit comments