Skip to content

Commit

Permalink
add img to allowed inline HTML tags
Browse files Browse the repository at this point in the history
  • Loading branch information
aborazmeh committed Jan 13, 2024
1 parent d1ceb6a commit f12d22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .markdownlint.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f12d22e

Please sign in to comment.