gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

.markdownlint.yaml (309B)


      1 # Default state for all rules
      2 default: true
      3 
      4 # ul-style
      5 MD004: false
      6 
      7 # hard-tabs
      8 MD010: false
      9 
     10 # line-length
     11 MD013: false
     12 
     13 # no-duplicate-header
     14 MD024:
     15   siblings_only: true
     16 
     17 #single-title
     18 MD025: false
     19 
     20 # ol-prefix
     21 MD029:
     22   style: ordered
     23 
     24 # no-inline-html
     25 MD033: false
     26 
     27 # fenced-code-language
     28 MD040: false
     29