1
0
Fork 0
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:
Nicholas McDonnell 2021-08-10 11:38:39 -04:00
parent 7f324b9807
commit 9848ff6944
No known key found for this signature in database
GPG key ID: 7994ADE2A56BE5D1

View file

@ -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"