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,5 +1,5 @@
// Example markdownlint configuration with all properties set to their default value
{
// Example markdownlint JSON(C) configuration with all properties set to their default value
// Default state for all rules
"default": true,