mirror of
https://github.com/enix/x509-certificate-exporter.git
synced 2026-08-18 03:26:16 +00:00
ci(lint): relax markdown checks for github html
This commit is contained in:
@@ -9,6 +9,13 @@
|
||||
// Duplicate headings: allow when in different sections (e.g. "## Why"
|
||||
// can appear under multiple top-level headings).
|
||||
"MD024": { "siblings_only": true },
|
||||
// Inline HTML: keep the rule active but whitelist the elements we
|
||||
// actually use for the centered header (logo <picture>/<source>/<img>,
|
||||
// badge bloc <div>/<p>, soft line break <br>). Anything else still
|
||||
// gets flagged. MD041 (first-line H1) is left at default; the README
|
||||
// intentionally opens with HTML for the centered logo and silences
|
||||
// MD041 on its first line via an inline directive.
|
||||
"MD033": { "allowed_elements": ["p", "picture", "source", "img", "div", "br"] },
|
||||
},
|
||||
"ignores": [
|
||||
// Auto-generated by release-please from Conventional Commits.
|
||||
|
||||
Reference in New Issue
Block a user