Skip to content

Commit 6df41c4

Browse files
authored
.sync/markdownlint.yaml: Update brace syntax (#41)
The text already comes with braces, so they are not needed explicitly in the YAML config file. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
1 parent 27dae03 commit 6df41c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.sync/ci_config/.markdownlint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
{
1818
"default": true,
1919
"MD013": {"line_length": 120, "code_blocks": false, "tables": false},
20-
"MD033": {"allowed_elements": [{{ allowed_elements | dump | safe }}]}
20+
"MD033": {"allowed_elements": {{ allowed_elements | dump | safe }}}
2121
}

0 commit comments

Comments
 (0)