-
Notifications
You must be signed in to change notification settings - Fork 1
/
.remarkrc
49 lines (49 loc) · 1.57 KB
/
.remarkrc
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
{
"settings": {
"bullet": "*",
"bulletOrdered": ".",
"closeAtx": false,
"emphasis": "*",
"fence": "`",
"fences": true,
"incrementListMarker": true,
"listItemIndent": "one",
"quote": "\"",
"resourceLink": false,
"rule": "-",
"ruleRepetition": 3,
"ruleSpaces": false,
"setext": false,
"strong": "*",
"tightDefinitions": false
},
"plugins": {
"remark-frontmatter": null,
"remark-gfm": null,
"remark-lint-no-dead-urls": {
"skipUrlPatterns": [
"https://helpdesk.publiq.be",
"https://www.uitinhasselt.be",
"https://github.com/cultuurnet/udb3-acceptance-tests",
"https://github.com/cultuurnet/apidocs/settings/secrets/actions",
"https://www.uitinvlaanderen.be/agenda/e/horta-van-de-velde-de-trein-der-ontwerpers/ffe4f207-2f8d-4dce-87a6-08abf59aefbe",
"https://api.publiq.be"
]
},
"remark-validate-links": null,
"remark-preset-lint-consistent": null,
"remark-preset-lint-recommended": null,
"remark-lint-blockquote-indentation": 2,
"remark-lint-code-block-style": "fenced",
"remark-lint-emphasis-marker": "*",
"remark-lint-fenced-code-marker": "`",
"remark-lint-heading-style": "atx",
"remark-lint-link-title-style": "\"",
"remark-lint-list-item-indent": "space",
"remark-lint-ordered-list-marker-style": ".",
"remark-lint-ordered-list-marker-value": "ordered",
"remark-lint-rule-style": "---",
"remark-lint-strong-marker": "*",
"remark-lint-unordered-list-marker-style": "*"
}
}