peter-tanner.github.io/.markdownlint.json

9 lines
159 B
JSON
Raw Permalink Normal View History

2024-10-13 04:56:18 +08:00
{
"commands-show-output": false,
"blanks-around-fences": false,
"line-length": false,
"no-inline-html": {
"allowed_elements": ["kbd", "sub"]
}
}