github.com/secure-build/gitlab-runner@v12.5.0+incompatible/.markdownlint.json (about)

     1  {
     2    "default": true,
     3    "first-header-h1": true,
     4    "header-style": {
     5      "style": "atx"
     6    },
     7    "ul-style": {
     8      "style": "dash"
     9    },
    10    "line-length": false,
    11    "no-duplicate-header": {
    12      "allow_different_nesting": true
    13    },
    14    "no-trailing-punctuation": {
    15      "punctuation": ".,;:!。,;:!?"
    16    },
    17    "ol-prefix": {
    18      "style": "one"
    19    },
    20    "no-inline-html": false,
    21    "hr-style": {
    22      "style": "---"
    23    },
    24    "no-emphasis-as-heading": false,
    25    "fenced-code-language": false,
    26    "first-line-h1": false,
    27    "code-block-style": {
    28      "style": "fenced"
    29    }
    30  }