mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 08:30:48 +00:00
Merge pull request #100 from cisagov/improvement/update_markdownlint_configuration
Use new `markdownlint` rules for emphasis- and strong-styles
This commit is contained in:
commit
6978f2a4dd
1 changed files with 11 additions and 1 deletions
|
@ -44,7 +44,17 @@ MD035:
|
|||
# Enforce dashes for horizontal rules
|
||||
style: "---"
|
||||
|
||||
# MD046/code-block-style Code block style
|
||||
# MD046/code-block-style - Code block style
|
||||
MD046:
|
||||
# Enforce the fenced style for code blocks
|
||||
style: "fenced"
|
||||
|
||||
# MD049/emphasis-style - Emphasis style should be consistent
|
||||
MD049:
|
||||
# Enforce asterisks as the style to use for emphasis
|
||||
style: "asterisk"
|
||||
|
||||
# MD050/strong-style - Strong style should be consistent
|
||||
MD050:
|
||||
# Enforce asterisks as the style to use for strong
|
||||
style: "asterisk"
|
||||
|
|
Loading…
Reference in a new issue