markdownlint/test/code-block-with-language-allowed.json

10 lines
120 B
JSON

{
"default": true,
"MD010": {
"ignore_code_languages": [
"js",
"text"
]
},
"MD046": false
}