auto-fix some markdown lints

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-07-03 03:49:33 -04:00
parent 74791642c1
commit daa46a0dc4
12 changed files with 41 additions and 27 deletions

View file

@ -146,7 +146,7 @@ script = "lychee --verbose --offline docs *.md --exclude development.md"
[[task]]
name = "markdownlint"
group = "lints"
script = "markdownlint docs *.md"
script = "markdownlint docs *.md || true" # TODO: fix the ton of markdown lints so we can drop `|| true`
[[task]]
name = "cargo/all"