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:
Peter Barker
2026-02-04 22:40:13 +11:00
committed by Peter Barker
parent 9dd0b4c4fd
commit 63058fac10

View File

@@ -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