Skip to content
Snippets Groups Projects
.markdownlint.json 951 B
Newer Older
  • Learn to ignore specific revisions
  • {
      "code-block-style": {
        "style": "fenced"
      },
      "code-fence-style": {
        "style": "backtick"
      },
      "emphasis-style": {
        "style": "asterisk"
      },
      "heading-style": {
        "style": "atx"
      },
      "hr-style": {
        "style": "---"
      },
      "line-length": {
        "strict": true,
        "code_blocks": false
      },
      "link-image-style": {
        "collapsed": false,
        "shortcut": false,
        "url_inline": false
      },
      "no-duplicate-heading": {
        "siblings_only": true
      },
      "ol-prefix": {
        "style": "ordered"
      },
      "proper-names": {
        "code_blocks": false,
        "names": [
          "Cake.Markdownlint",
          "CommonMark",
          "JavaScript",
          "Markdown",
          "markdown-it",
          "markdownlint",
          "Node.js"
        ]
      },
      "reference-links-images": {
        "shortcut_syntax": true
      },
      "strong-style": {
        "style": "asterisk"
      },
      "ul-style": {
        "style": "dash"
      },
      "no-bare-urls": false,
    
      "line_length": false,
      "MD054": false
    }