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:
parent
1e8f822391
commit
afc6bd6f6d
1 changed files with 6 additions and 0 deletions
|
@ -15,5 +15,11 @@
|
|||
"MD029": {
|
||||
"style": "one"
|
||||
},
|
||||
"MD033": {
|
||||
"allowed_elements": [
|
||||
"h1",
|
||||
"img"
|
||||
]
|
||||
},
|
||||
"default": true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue