🎨 style(markdown): format markdown files with prettier

This commit is contained in:
csh
2026-01-07 15:30:18 +08:00
parent 41fc43b79e
commit 3b2188f336
6 changed files with 3625 additions and 1344 deletions
+1
View File
@@ -192,6 +192,7 @@ end;
function RenderParagraph(para_: {DocxML.}Paragraph): void;
```
- 无返回值函数显式标注返回类型为 `void``create`/`destroy` 作为构造/析构函数不写返回类型。
```tsl