diff --git a/.markdownlint.jsonc b/.markdownlint.jsonc index 35fca00..5434759 100644 --- a/.markdownlint.jsonc +++ b/.markdownlint.jsonc @@ -29,7 +29,7 @@ "MD030": true, // Spaces after list markers "MD031": true, // Fenced code blocks should be surrounded by blank lines "MD032": true, // Lists should be surrounded by blank lines - "MD033": { "allowed_elements": ["div", "a"] }, // Inline HTML + "MD033": { "allowed_elements": ["div", "a", "img"] }, // Inline HTML "MD034": true, // Bare URL used "MD035": { "style": "---" }, // Horizontal rule style "MD036": true, // Emphasis used instead of a heading