Skip to content

Commit d260fcf

Browse files
committed
ci(markdownlint): less permissive global configuration (#311)
1 parent 104d810 commit d260fcf

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.markdownlint.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Allow prompt dollar sign in console examples without showing output
22
MD014: false
3-
4-
# Allow multiple headings with same content (for different releases)
5-
MD024: false
3+
# Allow duplicate headings under different parent sections (e.g. CWL v1.1/v1.2)
4+
MD024:
5+
siblings_only: true

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!-- markdownlint-disable MD013 -->
2+
<!-- markdownlint-disable MD024 -->
23

34
# Changelog
45

0 commit comments

Comments
 (0)