summaryrefslogtreecommitdiff
path: root/.remarkrc
blob: b8cee4c2bb8651bf0fa88316916c0f59787b98c0 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
  "plugins": {
    "remark-lint/": {
      "blockquote-indentation": 2,
      "checkbox-character-style": { "checked": "x", "unchecked": " " },
      "checkbox-content-indent": true,
      "code-block-style": "fenced",
      "definition-case": false,
      "definition-spacing": true,
      "emphasis-marker": false,
      "fenced-code-flag": true,
      "fenced-code-marker": "`",
      "file-extension": "md",
      "final-definition": true,
      "final-newline": true,
      "first-heading-level": 1,
      "hard-break-spaces": true,
      "heading-increment": false,
      "heading-style": "atx",
      "link-title-style": false,
      "list-item-bullet-indent": false,
      "list-item-content-indent": false,
      "list-item-indent": false,
      "list-item-spacing": false,
      "maximum-heading-length": false,
      "maximum-line-length": false,
      "no-auto-link-without-protocol": true,
      "no-blockquote-without-caret": true,
      "no-consecutive-blank-lines": false,
      "no-duplicate-definitions": true,
      "no-duplicate-headings": false,
      "no-emphasis-as-heading": false,
      "no-file-name-articles": true,
      "no-file-name-consecutive-dashes": true,
      "no-file-name-irregular-characters": false,
      "no-file-name-mixed-case": false,
      "no-file-name-outer-dashes": true,
      "no-heading-content-indent": true,
      "no-heading-indent": true,
      "no-heading-punctuation": false,
      "no-html": false,
      "no-inline-padding": true,
      "no-literal-urls": false,
      "no-missing-blank-lines": false,
      "no-multiple-toplevel-headings": true,
      "no-shell-dollars": true,
      "no-shortcut-reference-image": true,
      "no-shortcut-reference-link": false,
      "no-table-indentation": true,
      "no-tabs": true,
      "no-undefined-references": false,
      "no-unused-definitions": true,
      "ordered-list-marker-style": false,
      "ordered-list-marker-value": false,
      "rule-style": true,
      "strong-marker": "*",
      "table-cell-padding": "padded",
      "table-pipe-alignment": false,
      "table-pipes": true,
      "unordered-list-marker-style": false
    }
  }
}