mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 08:30:48 +00:00
Use asterisks for emphasis- and strong-styles
Given the inconsistent behavior of underscores used within words for style we should prefer asterisks now that these rules are available.
This commit is contained in:
parent
d0817e2a37
commit
706bdeda5a
1 changed files with 10 additions and 0 deletions
|
@ -48,3 +48,13 @@ MD035:
|
||||||
MD046:
|
MD046:
|
||||||
# Enforce the fenced style for code blocks
|
# Enforce the fenced style for code blocks
|
||||||
style: "fenced"
|
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