Summary
The fenced code block containing the ASCII flow diagram in docs/branching.md at line 199 is missing a language identifier, which violates the MD040 markdownlint rule (fenced-code-language).
Details
- File:
docs/branching.md
- Line: 199
- Rule: MD040 – Fenced code blocks should have a language specified
Suggested Fix
Add the text language identifier to the opening fence of the ASCII diagram block:
-```
+```text
+-----------------+
| main branch |
References
Reported by @tisnik
Summary
The fenced code block containing the ASCII flow diagram in
docs/branching.mdat line 199 is missing a language identifier, which violates the MD040 markdownlint rule (fenced-code-language).Details
docs/branching.mdSuggested Fix
Add the
textlanguage identifier to the opening fence of the ASCII diagram block:References
Reported by @tisnik