Skip to content

Commit

Permalink
Update markdownlint config
Browse files Browse the repository at this point in the history
  • Loading branch information
akoeplinger committed Sep 23, 2019
1 parent 4698270 commit 7a3027d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions markdownlint-config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
# Justification: there's nothing terribly wrong with doing that
exclude_rule 'MD039'

# MD046: Code block style
# Justification: we don't care about mixing indented and fenced code blocks
exclude_rule 'MD046'

rule 'MD026', :punctuation => '.,;:!' # Trailing punctuation in header
rule 'MD029', :style => 'ordered' # Ordered list item prefix

Expand Down

0 comments on commit 7a3027d

Please sign in to comment.