Skip to content

Commit

Permalink
chore: Turn on MD046 as fenced blocks
Browse files Browse the repository at this point in the history
Catched accidental indented code blocks
  • Loading branch information
nschonni committed Oct 15, 2020
1 parent 1791fbe commit d92581b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .markdownlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
"MD025": { "front_matter_title": "" },
"MD028": false,
"MD033": { "allowed_elements": ["sup", "sub", "a"] },
"MD036": false
"MD036": false,
"MD046": {
"style": "fenced"
}
}

0 comments on commit d92581b

Please sign in to comment.