Skip to content

docs/branching.md: fenced code block missing language identifier (MD040) #1940

Description

@coderabbitai

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions