setup-hugo/.forgejo/linters/.markdown-lint.yml
Peter Kurfer 540dc8cb6b
Some checks failed
Check Transpiled JavaScript / Check dist/ (push) Successful in 35s
Continuous Integration / TypeScript Tests (push) Failing after 24s
Continuous Integration / GitHub Actions Test (push) Failing after 7s
chore: setup husky
2024-05-03 15:00:45 +02:00

18 lines
229 B
YAML

# Unordered list style
MD004:
style: dash
# Ordered list item prefix
MD029:
style: one
# Spaces after list markers
MD030:
ul_single: 1
ol_single: 1
ul_multi: 1
ol_multi: 1
# Code block style
MD046:
style: fenced