vuepress-theme-plume/.markdownlint.json
pengzhanbo f8d32835df
feat(plugin-md-power): add Annotation syntax support (#483)
* feat(plugin-md-power): add `Annotation` syntax support

* chore: lint fix
2025-02-23 02:10:01 +08:00

32 lines
638 B
JSON

{
"default": true,
"heading-style": {
"style": "atx"
},
"ul-style": {
"style": "dash"
},
"no-duplicate-heading": false,
"first-line-h1": false,
"first-line-heading": false,
"no-blanks-blockquote": false,
"line-length": {
"line_length": 140,
"tables": false,
"code_blocks": false
},
"no-inline-html": false,
"hr-style": {
"style": "---"
},
"fenced-code-language": false,
"code-block-style": false,
"emphasis-style": false,
"no-hard-tabs": {
"spaces_per_tab": 2,
"ignore_code_languages": ["xml"]
},
"link-image-reference-definitions": false,
"no-bare-urls": false
}