cesium/.markdownlint.json

12 lines
200 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"
},
"no-inline-html": true
2022-05-31 21:50:32 +08:00
}