mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-16 02:08:06 +01:00
9 lines
96 B
JSON
9 lines
96 B
JSON
|
|
{
|
||
|
|
"line-length": false,
|
||
|
|
"no-inline-html": {
|
||
|
|
"allowed_elements": [
|
||
|
|
"a"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|