style: fix markdownlint errors (MD030, MD047)

This commit is contained in:
xuxiang
2026-01-31 19:25:25 +08:00
parent 0e5571998f
commit 6f87d43c19
7 changed files with 30 additions and 27 deletions

View File

@@ -672,4 +672,4 @@ func (c *Counter) Increment() { c.n++ } // 指针接收者
**记住**Go 代码应当以一种“最乏味”的方式呈现——它是可预测的、一致的且易于理解的。如有疑问,请保持简单。
```
```