minor updates
This commit is contained in:
parent
5d78105b52
commit
d29cbb47da
1 changed files with 40 additions and 15 deletions
|
|
@ -1,10 +1,9 @@
|
||||||
[global]
|
[global]
|
||||||
disable = [ ]
|
disable = []
|
||||||
enable = [ ]
|
enable = []
|
||||||
exclude = [ ]
|
exclude = []
|
||||||
flavor = "gfm"
|
flavor = "gfm"
|
||||||
include = [ ]
|
include = []
|
||||||
respect_gitignore = true
|
|
||||||
|
|
||||||
[MD001]
|
[MD001]
|
||||||
front-matter-title = true
|
front-matter-title = true
|
||||||
|
|
@ -32,7 +31,7 @@
|
||||||
maximum = 1
|
maximum = 1
|
||||||
|
|
||||||
[MD013]
|
[MD013]
|
||||||
abbreviations = [ ]
|
abbreviations = []
|
||||||
code-blocks = true
|
code-blocks = true
|
||||||
headings = true
|
headings = true
|
||||||
length-mode = "visual"
|
length-mode = "visual"
|
||||||
|
|
@ -80,8 +79,9 @@
|
||||||
allow-lazy-continuation = true
|
allow-lazy-continuation = true
|
||||||
|
|
||||||
[MD033]
|
[MD033]
|
||||||
allowed-elements = [ ]
|
allowed-elements = [ "details", "summary" ]
|
||||||
disallowed-elements = [ ]
|
fix = true
|
||||||
|
disallowed-elements = []
|
||||||
|
|
||||||
[MD035]
|
[MD035]
|
||||||
style = "consistent"
|
style = "consistent"
|
||||||
|
|
@ -95,14 +95,14 @@
|
||||||
level = 1
|
level = 1
|
||||||
|
|
||||||
[MD043]
|
[MD043]
|
||||||
headings = [ ]
|
headings = []
|
||||||
match-case = false
|
match-case = false
|
||||||
|
|
||||||
[MD044]
|
[MD044]
|
||||||
code-blocks = false
|
code-blocks = false
|
||||||
html-comments = false
|
html-comments = false
|
||||||
html-elements = true
|
html-elements = true
|
||||||
names = [ ]
|
names = []
|
||||||
|
|
||||||
[MD045]
|
[MD045]
|
||||||
placeholder-text = "TODO: Add image description"
|
placeholder-text = "TODO: Add image description"
|
||||||
|
|
@ -125,7 +125,7 @@
|
||||||
anchor-style = "github"
|
anchor-style = "github"
|
||||||
|
|
||||||
[MD053]
|
[MD053]
|
||||||
ignored-definitions = [ ]
|
ignored-definitions = []
|
||||||
|
|
||||||
[MD054]
|
[MD054]
|
||||||
autolink = true
|
autolink = true
|
||||||
|
|
@ -153,12 +153,37 @@
|
||||||
|
|
||||||
[MD061]
|
[MD061]
|
||||||
case-sensitive = true
|
case-sensitive = true
|
||||||
terms = [ ]
|
terms = []
|
||||||
|
|
||||||
[MD063]
|
[MD063]
|
||||||
enabled = true
|
enabled = true
|
||||||
ignore-words = [ ]
|
ignore-words = []
|
||||||
lowercase-words = [ "a", "an", "and", "as", "at", "but", "by", "for", "from", "in", "into", "nor", "of", "off", "on", "or", "per", "so", "the", "to", "up", "via", "with", "yet" ]
|
lowercase-words = [
|
||||||
|
"a",
|
||||||
|
"an",
|
||||||
|
"and",
|
||||||
|
"as",
|
||||||
|
"at",
|
||||||
|
"but",
|
||||||
|
"by",
|
||||||
|
"for",
|
||||||
|
"from",
|
||||||
|
"in",
|
||||||
|
"into",
|
||||||
|
"nor",
|
||||||
|
"of",
|
||||||
|
"off",
|
||||||
|
"on",
|
||||||
|
"or",
|
||||||
|
"per",
|
||||||
|
"so",
|
||||||
|
"the",
|
||||||
|
"to",
|
||||||
|
"up",
|
||||||
|
"via",
|
||||||
|
"with",
|
||||||
|
"yet"
|
||||||
|
]
|
||||||
max-level = 6
|
max-level = 6
|
||||||
min-level = 1
|
min-level = 1
|
||||||
preserve-cased-words = true
|
preserve-cased-words = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue