| paths |
|
|---|
<!-- Wrong -->
```
code here
```
<!-- Correct -->
```javascript
code here
```Default to text if unsure about the language.
IMPORTANT: Code blocks ALWAYS close with just three backticks (```), NOT with the language specifier repeated.
<!-- Wrong -->
```text
some content
```text
<!-- Correct -->
```text
some content
```<!-- Wrong -->
**Section Title**
<!-- Correct -->
### Section Title<!-- Wrong -->
4. Item
5. Item
<!-- Correct -->
1. Item
2. Itemjavascript,typescript,json,bash,yaml,textpython,ruby,go,rust,html,css,sqlconsolefor terminal output,difffor file changes
Markdownlint automatically fixes most issues via the global Stop hook. These rules prevent the most common violations that hooks can't easily fix.