markdownlint/.markdownlint.json

8 lines
96 B
JSON

{
"line-length": false,
"no-inline-html": {
"allowed_elements": [
"a"
]
}
}