forked from MiczFlor/RPi-Jukebox-RFID
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.markdownlint-cli2.yaml
56 lines (44 loc) · 1.26 KB
/
.markdownlint-cli2.yaml
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
#
# markdownlint-cli2 configuration, see https://github.com/DavidAnson/markdownlint-cli2?tab=readme-ov-file#configuration
#
# rules, see https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md
config:
line-length: false
# ignore dollar signs
commands-show-output: false
no-trailing-punctuation: false
no-duplicate-heading:
siblings_only: true
# allow some tags we use for formatting
no-inline-html:
allowed_elements: [ "details", "summary" ]
# Include a custom rule package
#customRules:
# - markdownlint-rule-titlecase
# Fix no fixable errors
fix: false
# Define a custom front matter pattern
#frontMatter: "<head>[^]*<\/head>"
# Define glob expressions to use (only valid at root)
globs:
- "**.md"
# Define glob expressions to ignore
ignores:
- "htdocs/**"
# Use a plugin to recognize math
#markdownItPlugins:
# -
# - "@iktakahiro/markdown-it-katex"
# Additional paths to resolve module locations from
#modulePaths:
# - "./modules"
# Enable inline config comments
noInlineConfig: false
# Disable progress on stdout (only valid at root)
noProgress: true
# Use a specific formatter (only valid at root)
#outputFormatters:
# -
# - markdownlint-cli2-formatter-default
# Show found files on stdout (only valid at root)
showFound: true