pages/.markdownlint.json
Florian Weber 79e87b8af2
Some checks failed
Deploy Jekyll site to Pages / build (push) Failing after 7m43s
trying chirpy theme
2024-11-14 14:44:22 +01:00

9 lines
159 B
JSON

{
"commands-show-output": false,
"blanks-around-fences": false,
"line-length": false,
"no-inline-html": {
"allowed_elements": ["kbd", "sub"]
}
}