mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02: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:
parent
75e1e46f3f
commit
c6c32cdc7a
6 changed files with 9 additions and 9 deletions
|
|
@ -35,7 +35,7 @@ REPEAT → Next test case
|
|||
|
||||
## Example Session
|
||||
|
||||
```
|
||||
```text
|
||||
User: /go-test I need a function to validate email addresses
|
||||
|
||||
Agent:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue