Fixes an issue with using HTML in autogenerated markdown (#1073)
This commit is contained in:
parent
209a977901
commit
cffb00c44b
@ -1,6 +1,13 @@
|
||||
{
|
||||
"MD013": { "line_length": 120 },
|
||||
"no-inline-html": {
|
||||
"allowed_elements": [ "TOCInline", "br", "img" ]
|
||||
"MD013": {
|
||||
"line_length": 120
|
||||
},
|
||||
}
|
||||
"no-inline-html": {
|
||||
"allowed_elements": [
|
||||
"TOCInline",
|
||||
"br",
|
||||
"img",
|
||||
"div"
|
||||
]
|
||||
},
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user