Add rule for image headers

Add <h1> and <img> tags to the allowed list for MD033 (HTML elements) to
support using an image as the first thing in a markdown file (header image).
pull/113/head
Nicholas McDonnell 3 years ago
parent 1e8f822391
commit afc6bd6f6d
No known key found for this signature in database
GPG Key ID: 7994ADE2A56BE5D1
  1. 6
      .mdl_config.json

@ -15,5 +15,11 @@
"MD029": {
"style": "one"
},
"MD033": {
"allowed_elements": [
"h1",
"img"
]
},
"default": true
}

Loading…
Cancel
Save