Linter: Allow inline html in markdown
This commit is contained in:
parent
44570790e1
commit
2cb218e78b
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
"no-blanks-blockquote": false,
|
"no-blanks-blockquote": false,
|
||||||
"line-length": false
|
"line-length": false,
|
||||||
|
"no-inline-html": false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue