mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
Use proper YAML serialization to produce correct example output for multi-item arrays (fixes #721).
This commit is contained in:
parent
7c818914fb
commit
3e454481fd
4 changed files with 28 additions and 22 deletions
|
@ -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:
|
||||
- "//"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue