智慧水务管理系统 - 精河县供水工程综合管理平台

.markdownlint.json 306B

1234567891011121314151617
  1. {
  2. "default": true,
  3. "line-length": false,
  4. "no-bare-urls": false,
  5. "no-duplicate-heading": {
  6. "siblings_only": true
  7. },
  8. "ol-prefix": {
  9. "style": "ordered"
  10. },
  11. "no-inline-html": {
  12. "allowed_elements": ["details", "summary"]
  13. },
  14. "blanks-around-fences": {
  15. "list_items": false
  16. }
  17. }