mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 10:25:28 +00:00
Add markdownlint rules to allow header duplication
Markdownlint requires each section headers to be different by default but the Changelog needs to contain multiple sections with the same name, therefore enable `allow_different_nesting` to support this use case. Signed-off-by: Wen Liang <liangwen12year@gmail.com>
This commit is contained in:
parent
ed63f64b34
commit
9e427428b4
1 changed files with 2 additions and 0 deletions
|
|
@ -5,3 +5,5 @@ rule 'MD003', :style => :setext_with_atx
|
|||
rule 'MD013', :line_length => 88
|
||||
# https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md#md029---ordered-list-item-prefix
|
||||
rule 'MD029', :style => :ordered
|
||||
# https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md#md024---multiple-headers-with-the-same-content
|
||||
rule "MD024", :allow_different_nesting => true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue