Files
container-toolkit-action/.markdown-lint.yml

25 lines
337 B
YAML
Raw Permalink Normal View History

2025-01-08 11:58:58 -05:00
# See: https://github.com/DavidAnson/markdownlint
2023-09-15 12:31:10 -04:00
# Unordered list style
MD004:
style: dash
2025-01-08 11:58:58 -05:00
# Disable line length for tables
MD013:
tables: false
2023-09-15 12:31:10 -04:00
# Ordered list item prefix
MD029:
style: one
2024-02-22 16:25:14 +00:00
# Spaces after list markers
MD030:
ul_single: 1
ol_single: 1
ul_multi: 1
ol_multi: 1
# Code block style
MD046:
style: fenced