Skip to content

Commit 0ddf053

Browse files
rjmurillo-botclaude
andcommitted
fix(lint): allow code element in markdownlint MD033 rule
The README troubleshooting section uses <code> inside <summary> tags for collapsible sections. Add code to the MD033 allowed_elements list. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent be08af5 commit 0ddf053

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.markdownlint-cli2.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ config:
5555
- details
5656
- summary
5757
- strong
58+
- code
5859
- example
5960

6061
# Multiple H1 - allow in agent templates (frontmatter can create implicit H1)

0 commit comments

Comments
 (0)