1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-07 08:07:51 +00:00
jekyll-theme-chirpy/.markdownlint.json
2024-03-02 02:07:35 +08:00

9 lines
159 B
JSON

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