github.com/matrixorigin/matrixone@v1.2.0/.markdownlint.yaml (about)

     1  # disable all by default
     2  default: false
     3  
     4  # MD003
     5  heading-style:
     6    style: atx
     7  
     8  # MD012
     9  no-multiple-blanks: true
    10  
    11  # MD018
    12  no-missing-space-atx: true
    13  
    14  # MD019
    15  no-multiple-space-atx: true
    16  
    17  # MD022
    18  blanks-around-headings: true
    19  
    20  # MD023
    21  heading-start-left: true
    22  
    23  # MD024
    24  no-duplicate-heading:
    25    siblings_only: true
    26  
    27  # MD026
    28  no-trailing-punctuation:
    29    punctuation: '.,;:!。,;:!'
    30  
    31  # MD027
    32  no-multiple-space-blockquote: true
    33  
    34  # MD030
    35  list-marker-space: true
    36  
    37  # MD031
    38  blanks-around-fences: true
    39  
    40  # MD032
    41  blanks-around-lists: true
    42  
    43  # MD034
    44  no-bare-urls: true
    45  
    46  # MD037
    47  no-space-in-emphasis: true
    48  
    49  # MD038
    50  no-space-in-code: true
    51  
    52  # MD039
    53  no-space-in-links: true
    54  
    55  # MD042
    56  no-empty-links: true