Skip to content

Commit c6e5579

Browse files
committed
mdl style: allow headlines to be questions
Signed-off-by: Daniel Maslowski <info@orangecms.org>
1 parent 19a1527 commit c6e5579

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.mdl_style.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
rule 'MD007', :indent => 2
44
# Ignore line length in code blocks and tables
55
rule 'MD013', :ignore_code_blocks => true, :tables => false
6+
# Question marks are okay for us
7+
rule 'MD026', :punctuation => ".,;:!"
68
# Allow inline HTML
79
exclude_rule 'MD033'
810
# Order ordered lists

0 commit comments

Comments
 (0)