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]
|
||||
disable = [ ]
|
||||
enable = [ ]
|
||||
exclude = [ ]
|
||||
disable = []
|
||||
enable = []
|
||||
exclude = []
|
||||
flavor = "gfm"
|
||||
include = [ ]
|
||||
respect_gitignore = true
|
||||
include = []
|
||||
|
||||
[MD001]
|
||||
front-matter-title = true
|
||||
|
|
@ -32,7 +31,7 @@
|
|||
maximum = 1
|
||||
|
||||
[MD013]
|
||||
abbreviations = [ ]
|
||||
abbreviations = []
|
||||
code-blocks = true
|
||||
headings = true
|
||||
length-mode = "visual"
|
||||
|
|
@ -80,8 +79,9 @@
|
|||
allow-lazy-continuation = true
|
||||
|
||||
[MD033]
|
||||
allowed-elements = [ ]
|
||||
disallowed-elements = [ ]
|
||||
allowed-elements = [ "details", "summary" ]
|
||||
fix = true
|
||||
disallowed-elements = []
|
||||
|
||||
[MD035]
|
||||
style = "consistent"
|
||||
|
|
@ -95,14 +95,14 @@
|
|||
level = 1
|
||||
|
||||
[MD043]
|
||||
headings = [ ]
|
||||
headings = []
|
||||
match-case = false
|
||||
|
||||
[MD044]
|
||||
code-blocks = false
|
||||
html-comments = false
|
||||
html-elements = true
|
||||
names = [ ]
|
||||
names = []
|
||||
|
||||
[MD045]
|
||||
placeholder-text = "TODO: Add image description"
|
||||
|
|
@ -125,7 +125,7 @@
|
|||
anchor-style = "github"
|
||||
|
||||
[MD053]
|
||||
ignored-definitions = [ ]
|
||||
ignored-definitions = []
|
||||
|
||||
[MD054]
|
||||
autolink = true
|
||||
|
|
@ -153,12 +153,37 @@
|
|||
|
||||
[MD061]
|
||||
case-sensitive = true
|
||||
terms = [ ]
|
||||
terms = []
|
||||
|
||||
[MD063]
|
||||
enabled = true
|
||||
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" ]
|
||||
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"
|
||||
]
|
||||
max-level = 6
|
||||
min-level = 1
|
||||
preserve-cased-words = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue