mirror of
https://github.com/LeeGaoGao/ECC.git
synced 2026-07-24 20:23:07 +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