diff --git a/configs/rumdl/rumdl.toml b/configs/rumdl/rumdl.toml index 8e90d60..851dc49 100644 --- a/configs/rumdl/rumdl.toml +++ b/configs/rumdl/rumdl.toml @@ -1,10 +1,9 @@ [global] - disable = [ ] - enable = [ ] - exclude = [ ] - flavor = "gfm" - include = [ ] - respect_gitignore = true + disable = [] + enable = [] + exclude = [] + flavor = "gfm" + 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