Skip to content

fix(README.md): add language to fenced code block#1

Merged
kylecarbs merged 1 commit into
mainfrom
fix/markdownlint-readme-fenced-code-language
May 13, 2026
Merged

fix(README.md): add language to fenced code block#1
kylecarbs merged 1 commit into
mainfrom
fix/markdownlint-readme-fenced-code-language

Conversation

@kylecarbs
Copy link
Copy Markdown
Member

The lint workflow has been failing on main since aede7a0 with:

README.md:24 error MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]

The Codex example banner added in that commit uses an unlanguaged fenced code block. This sets the language to text since the contents are ASCII art rather than source code.

make lint now passes locally:

==> markdownlint
OK   markdownlint
...
all checks passed

Generated by Coder Agents.

markdownlint MD040 was failing on the Codex example block.
Use 'text' since the content is ASCII art, not source code.

Generated by Coder Agents.
@kylecarbs kylecarbs merged commit 1584374 into main May 13, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant