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 },
|
"MD013": {
|
||||||
"no-inline-html": {
|
"line_length": 120
|
||||||
"allowed_elements": [ "TOCInline", "br", "img" ]
|
|
||||||
},
|
},
|
||||||
}
|
"no-inline-html": {
|
||||||
|
"allowed_elements": [
|
||||||
|
"TOCInline",
|
||||||
|
"br",
|
||||||
|
"img",
|
||||||
|
"div"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user