1
0
Fork 0
mirror of https://github.com/cisagov/log4j-affected-db.git synced 2024-11-22 16:40:48 +00:00

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).
This commit is contained in:
Nicholas McDonnell 2021-06-18 03:37:08 -04:00
parent 1e8f822391
commit afc6bd6f6d
No known key found for this signature in database
GPG key ID: 7994ADE2A56BE5D1

View file

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