typescript-action/.github/linters/.markdown-lint.yml

19 lines
229 B
YAML
Raw Normal View History

2023-08-23 17:40:31 +00:00
# Unordered list style
MD004:
style: dash
# Ordered list item prefix
MD029:
style: one
2024-02-22 16:07:10 +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