Skip to content

Commit 9b15851

Browse files
Exclude Markdown rule MD046 (RocketChat#1617)
Co-authored-by: Martin Schoeler <[email protected]>
1 parent 349ec38 commit 9b15851

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

markdown-style.rb

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@
1111
exclude_rule 'MD036'
1212
exclude_rule 'MD040'
1313
exclude_rule 'MD041'
14+
exclude_rule 'MD046'
1415

1516
rule 'MD003', :style => :atx
1617
rule 'MD007', :indent => 4
1718
rule 'MD029', :style => :ordered
1819
rule 'MD035', :style => "- - -"
1920
rule 'MD004', :style => :fenced
20-
21-

0 commit comments

Comments
 (0)