Skip to content

Commit abc9201

Browse files
authored
fix: unexpected <sub> (#61)
1 parent 1728fa7 commit abc9201

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

content/monthly/202303.smd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Nix](https://flyx.org/cross-packaging/)
6666
[macovedj/doink](https://github.com/macovedj/doink)
6767
Making WebAssembly Components with Zig
6868

69-
[craftlinks/zig<sub>learnopengl</sub>](https://github.com/craftlinks/zig_learn_opengl)
69+
[craftlinks/zig_learn_opengl](https://github.com/craftlinks/zig_learn_opengl)
7070

7171
Follow the Learn-OpenGL book using Zig
7272

content/monthly/202307.smd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,15 +136,15 @@ IR,Zig 生成的 IR 更加精简
136136
公司的官博,它们公司的产品时边缘数据库,自动同步 PG 的表到 Edge
137137
端,减少访问的时延。在这篇文章里他们介绍了使用 Zig 编写 PostgreSQL
138138
插件的经历,得益于 `translate-c` ,他们可以直接从已有的 C
139-
代码开始构建他们的产品。插件地址:[pg<sub>turso</sub>](https://github.com/turso-extended/pg_turso)
139+
代码开始构建他们的产品。插件地址:[pg_turso](https://github.com/turso-extended/pg_turso)
140140

141141
[tensorush/meduza](https://github.com/tensorush/meduza)
142142
🦎 🧜‍♀️ Zig codebase graph generator that emits a Mermaid class diagram
143143

144144
[AndreaOrru/zen](https://github.com/AndreaOrru/zen)
145145
Experimental operating system written in Zig
146146

147-
[EugenHotaj/zig<sub>gpt2</sub>](https://github.com/EugenHotaj/zig_gpt2)
147+
[EugenHotaj/zig_gpt2](https://github.com/EugenHotaj/zig_gpt2)
148148
GPT-2 inference engine written in Zig
149149

150150
# [Zig 语言更新](https://github.com/ziglang/zig/pulls?page=1&q=+is%3Aclosed+is%3Apr+closed%3A2023-06-01..2023-07-01)

content/monthly/202310.smd

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ pub fn main() !void {
7878
}
7979
```
8080

81-
[io<sub>uring</sub> basics: Writing a file to disk](https://notes.eatonphil.com/2023-10-19-write-file-to-disk-with-io_uring.html)
82-
作者演示了 io<sub>uring</sub> 在 Go 与 Zig
81+
[io_uring basics: Writing a file to disk](https://notes.eatonphil.com/2023-10-19-write-file-to-disk-with-io_uring.html)
82+
作者演示了 io_uring 在 Go 与 Zig
8383
中的基本使用,下面表格是一些测试数据
8484

85-
| method | avg<sub>time</sub> | avg<sub>throughput</sub> |
85+
| method | avg_time | avg_throughput |
8686
|------------------------------|----------------------|--------------------------|
87-
| iouring<sub>128entries</sub> | 0.2756831357s | 3.8GB/s |
88-
| iouring<sub>1entries</sub> | 0.27575404880000004s | 3.8GB/s |
87+
| iouring_128_entries | 0.2756831357s | 3.8GB/s |
88+
| iouring_1_entries | 0.27575404880000004s | 3.8GB/s |
8989
| blocking | 0.2833337046s | 3.7GB/s |
9090

9191
[Zig is now also a Windows resource compiler](https://www.ryanliptak.com/blog/zig-is-a-windows-resource-compiler/)
@@ -107,11 +107,11 @@ Pixel Bender to Zig code translator
107107
[zigar](https://github.com/chung-leong/zigar)
108108
Enable the use of Zig code in JavaScript project
109109

110-
[jinyus/related<sub>postgen</sub>](https://github.com/jinyus/related_post_gen)
110+
[jinyus/related_post_gen](https://github.com/jinyus/related_post_gen)
111111
一个对常见语言进行压测的项目,项目里面有几种纯 CPU
112112
的操作,看看哪个语言最快。
113113

114-
[nolanderc/glsl<sub>analyzer</sub>](https://github.com/nolanderc/glsl_analyzer)
114+
[nolanderc/glsl_analyzer](https://github.com/nolanderc/glsl_analyzer)
115115
Language server for GLSL (autocomplete, goto-definition, formatter, and
116116
more)
117117

content/monthly/202403.smd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ test.zig:4:23: error: reached unreachable code
185185
编译就会报错,去掉上面的 if
186186
代码块后,测试就可以正常执行。一个实际的例子:
187187

188-
- [std.hash<sub>map</sub>: fix pointer lock safety false positive by
188+
- [std.hash_map: fix pointer lock safety false positive by
189189
andrewrk · Pull Request \#19364 ·
190190
ziglang/zig](https://github.com/ziglang/zig/pull/19364/files)
191191

0 commit comments

Comments
 (0)