Skip to content

Commit 706bded

Browse files
committed
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.
1 parent d0817e2 commit 706bded

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.mdl_config.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,13 @@ MD035:
4848
MD046:
4949
# Enforce the fenced style for code blocks
5050
style: "fenced"
51+
52+
# MD049/emphasis-style - Emphasis style should be consistent
53+
MD049:
54+
# Enforce asterisks as the style to use for emphasis
55+
style: "asterisk"
56+
57+
# MD050/strong-style - Strong style should be consistent
58+
MD050:
59+
# Enforce asterisks as the style to use for strong
60+
style: "asterisk"

0 commit comments

Comments
 (0)