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.
pull/514/head^2^2
Nicholas McDonnell 2 years ago
parent d0817e2a37
commit 706bdeda5a
No known key found for this signature in database
GPG Key ID: 7994ADE2A56BE5D1
  1. 10
      .mdl_config.yaml

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

Loading…
Cancel
Save