mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 09:37:22 +00:00
* docs: fix lint markdown style issues Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
16 lines
602 B
YAML
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
|