From f12d22ed5eb0107548efc9f0646dd8da295fdbf1 Mon Sep 17 00:00:00 2001 From: Abdurrahman Aborazmeh Date: Sun, 14 Jan 2024 02:36:32 +0300 Subject: [PATCH] add img to allowed inline HTML tags --- .markdownlint.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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