mirror of
https://github.com/sweetwisdom/everything-claude-code-zh.git
synced 2026-03-22 06:20:10 +00:00
fix: add language labels to fenced code blocks for MD040 compliance
Add `text` language identifier to unlabeled fenced code blocks to satisfy markdownlint MD040 rule across Go documentation files.
This commit is contained in:
@@ -364,7 +364,7 @@ func WriteAndFlush(w io.Writer, data []byte) error {
|
||||
|
||||
### Standard Project Layout
|
||||
|
||||
```
|
||||
```text
|
||||
myproject/
|
||||
├── cmd/
|
||||
│ └── myapp/
|
||||
|
||||
Reference in New Issue
Block a user