mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-21 16:20:46 +00:00
Add a markdownlint rule for code blocks
This sets a specific rule for MD046 (code block style) instead of the default value of "consistent".
This commit is contained in:
parent
7f324b9807
commit
9848ff6944
1 changed files with 5 additions and 0 deletions
|
@ -43,3 +43,8 @@ MD033:
|
|||
MD035:
|
||||
# Enforce dashes for horizontal rules
|
||||
style: "---"
|
||||
|
||||
# MD046/code-block-style Code block style
|
||||
MD046:
|
||||
# Enforce the fenced style for code blocks
|
||||
style: "fenced"
|
||||
|
|
Loading…
Reference in a new issue