SourceTermAnalysisSystem_vue/node_modules/cesium/.markdownlint.json

18 lines
306 B
JSON
Raw Normal View History

2026-05-15 10:22:44 +08:00
{
"default": true,
"line-length": false,
"no-bare-urls": false,
"no-duplicate-heading": {
"siblings_only": true
},
"ol-prefix": {
"style": "ordered"
},
"no-inline-html": {
"allowed_elements": ["details", "summary"]
},
"blanks-around-fences": {
"list_items": false
}
}