mirror of
https://github.com/ArduPilot/ardupilot.git
synced 2026-02-05 09:54:22 +08:00
CI: re-enable inline HTML checking
All inline HTML has been converted to markdown, so we can now enforce strict no-inline-HTML checking in the markdown linter. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
committed by
Peter Barker
parent
9dd0b4c4fd
commit
63058fac10
@@ -22,9 +22,7 @@
|
||||
"MD026": false, // Trailing punctuation in heading
|
||||
"MD029": false, // Ordered list item prefix
|
||||
"MD032": false, // Lists should be surrounded by blank lines
|
||||
"MD033": { // Inline HTML - allow non-table elements, only fix HTML tables
|
||||
"allowed_elements": ["img", "div", "span", "br", "ins", "center", "sup", "a"]
|
||||
},
|
||||
"MD033": true, // Inline HTML - no inline HTML allowed
|
||||
"MD034": false, // Bare URL used
|
||||
"MD036": false, // Emphasis used instead of a heading
|
||||
"MD037": false, // Spaces inside emphasis markers
|
||||
|
||||
Reference in New Issue
Block a user