Use proper YAML serialization to produce correct example output for multi-item arrays (fixes #721).

This commit is contained in:
Simon Schrottner 2023-02-21 00:04:05 +01:00 committed by GitHub
parent 7c818914fb
commit 3e454481fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 28 additions and 22 deletions

View file

@ -1,4 +1,4 @@
# Example markdownlint YAML configuration with all properties set to their default value
# Example markdownlint configuration with all properties set to their default value
# Default state for all rules
default: true
@ -257,6 +257,5 @@ MD052: true
# MD053/link-image-reference-definitions - Link and image reference definitions should be needed
MD053:
# Ignored definitions
ignored_definitions: [
"//"
]
ignored_definitions:
- "//"