Fixes an issue with using HTML in autogenerated markdown (#1073)

This commit is contained in:
Georgi Matev 2022-10-06 10:14:29 -07:00 committed by GitHub
parent 209a977901
commit cffb00c44b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,13 @@
{ {
"MD013": { "line_length": 120 }, "MD013": {
"line_length": 120
},
"no-inline-html": { "no-inline-html": {
"allowed_elements": [ "TOCInline", "br", "img" ] "allowed_elements": [
"TOCInline",
"br",
"img",
"div"
]
}, },
} }