Skip to content

Commit

Permalink
Use asterisks for emphasis- and strong-styles
Browse files Browse the repository at this point in the history
Given the inconsistent behavior of underscores used within words for
style we should prefer asterisks now that these rules are available.
  • Loading branch information
mcdonnnj committed Feb 25, 2022
1 parent d0817e2 commit 706bded
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .mdl_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,13 @@ MD035:
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"

0 comments on commit 706bded

Please sign in to comment.