cesium/.markdownlint.json

18 lines
306 B
JSON
Raw Permalink Normal View History

2022-05-31 21:50:32 +08:00
{
"default": true,
"line-length": false,
"no-bare-urls": false,
"no-duplicate-heading": {
"siblings_only": true
},
"ol-prefix": {
"style": "ordered"
},
2024-03-29 03:32:21 +08:00
"no-inline-html": {
"allowed_elements": ["details", "summary"]
2025-01-14 06:18:01 +08:00
},
"blanks-around-fences": {
"list_items": false
2024-03-29 03:32:21 +08:00
}
}