minor updates

This commit is contained in:
Alexander Navarro 2026-02-10 15:40:37 -03:00
parent 5d78105b52
commit d29cbb47da

View file

@ -4,7 +4,6 @@
exclude = []
flavor = "gfm"
include = []
respect_gitignore = true
[MD001]
front-matter-title = true
@ -80,7 +79,8 @@
allow-lazy-continuation = true
[MD033]
allowed-elements = [ ]
allowed-elements = [ "details", "summary" ]
fix = true
disallowed-elements = []
[MD035]
@ -158,7 +158,32 @@
[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" ]
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