retag-nix-docker-image/.markdown-lint.yml
Lucien Cartier-Tilet 5cdedc245c
Some checks failed
Check Transpiled JavaScript / Check dist/ (push) Successful in 49s
Continuous Integration / TypeScript Tests (push) Successful in 1m0s
Continuous Integration / GitHub Actions Test (push) Successful in 22s
Lint Codebase / Lint Codebase (push) Failing after 1m7s
Initial commit
2025-01-19 18:49:52 +01:00

25 lines
337 B
YAML

# See: https://github.com/DavidAnson/markdownlint
# Unordered list style
MD004:
style: dash
# Disable line length for tables
MD013:
tables: false
# 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