minor updates
This commit is contained in:
parent
5d78105b52
commit
d29cbb47da
1 changed files with 40 additions and 15 deletions
|
|
@ -4,7 +4,6 @@
|
||||||
exclude = []
|
exclude = []
|
||||||
flavor = "gfm"
|
flavor = "gfm"
|
||||||
include = []
|
include = []
|
||||||
respect_gitignore = true
|
|
||||||
|
|
||||||
[MD001]
|
[MD001]
|
||||||
front-matter-title = true
|
front-matter-title = true
|
||||||
|
|
@ -80,7 +79,8 @@
|
||||||
allow-lazy-continuation = true
|
allow-lazy-continuation = true
|
||||||
|
|
||||||
[MD033]
|
[MD033]
|
||||||
allowed-elements = [ ]
|
allowed-elements = [ "details", "summary" ]
|
||||||
|
fix = true
|
||||||
disallowed-elements = []
|
disallowed-elements = []
|
||||||
|
|
||||||
[MD035]
|
[MD035]
|
||||||
|
|
@ -158,7 +158,32 @@
|
||||||
[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