Files
install-action/.markdownlint-cli2.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
395 B
YAML
Raw Normal View History

# https://github.com/DavidAnson/markdownlint/blob/HEAD/doc/Rules.md
2024-04-21 03:28:30 +09:00
config:
line-length: false # MD013
no-duplicate-heading: false # MD024
2025-02-08 15:38:36 +09:00
no-blanks-blockquote: false # MD028 (this warns valid GFM alerts usage)
no-inline-html: false # MD033
no-emphasis-as-heading: false # MD036
2024-04-21 03:28:30 +09:00
# https://github.com/DavidAnson/markdownlint-cli2#markdownlint-cli2jsonc
noBanner: true
noProgress: true