Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.markdownlint.json - github.com/twbs/blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dea9c76ae5532e4e389fc68846cd88299b035980 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "default": true,
  "MD003": {
    "style": "atx"
  },
  "MD004": {
    "style": "dash"
  },
  "MD007": {
    "indent": 2
  },
  "MD012": {
    "maximum": 2
  },
  "MD013": false,
  "MD024": false,
  "MD026": false,
  "MD033": {
    "allowed_elements": [
      "a",
      "br",
      "hr",
      "kbd",
      "script",
      "span"
    ]
  },
  "MD035": {
    "style": "---"
  },
  "MD046": {
    "style": "fenced"
  }
}