1
0
mirror of https://github.com/opencontainers/image-spec.git synced 2025-04-18 03:24:01 +03:00
image-spec/.markdownlint.yml
Brandon Mitchell a6af2b480d
Add a markdown linter and fix linting issues
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2023-08-01 11:05:33 -04:00

19 lines
317 B
YAML

# all lists use a `-`
MD004:
style: dash
# allow tabs in code blocks (for Go)
MD010:
code_blocks: false
# disable line length, prefer one sentence per line for PRs
MD013: false
# emphasis with underscore (`_emphasis_`)
MD049:
style: "underscore"
# bold with asterisk (`**bold**`)
MD050:
style: "asterisk"