Skip to content

Commit 63b6803

Browse files
Disable markdownlint MD051 for attr_list anchors
The docs use python-markdown attr_list heading anchors like '{ #fr1 }' that markdownlint's MD051 cannot resolve, producing false positives on valid same-page requirement links. Test-DocumentationLink.ps1 is the authoritative fragment validator and already recognises these anchors. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent c594061 commit 63b6803

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/linters/.markdown-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ MD029: false # Ordered list item prefix
2121
MD033: false # Allow inline HTML
2222
MD036: false # Emphasis used instead of a heading
2323
MD041: false # First line in file should be a top level heading, PULL_REQUEST_TEMPLATE.md is an exception
24+
MD051: false # Link fragments: docs use python-markdown attr_list anchors ({ #fr1 }) that markdownlint can't resolve; Test-DocumentationLink.ps1 validates fragments instead
2425
MD060: false # Table column style — content mixes compact and aligned tables
2526

2627
#################

0 commit comments

Comments
 (0)