podman-desktop/.markdownlint.yaml
Anders Björklund effc6f84e8
fix: update the markdownlint targets (#10487)
* docs: fix lint markdown style issues

Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
2024-12-30 11:37:17 +01:00

16 lines
602 B
YAML

# We increment heading levels my more by one level at a time for the Procedure, Verification headings:
MD001: false
# We do not limit line length:
MD013: false
# We always use Dollar signs before commands:
MD014: false
# We have multiple headings with the same content (Prerequisites, Procedure, Verification)
MD024: false
# We have multiple top-level headings in the same document to set different page title and navigation title:
MD025: false
# Allow actual numbers in ordered lists:
MD029: false
# Allow spaces after marker in ordered lists:
MD030: false
# We allow inline HTML (icon):
MD033: false