We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0817e2 + 7868a35 commit 6978f2aCopy full SHA for 6978f2a
.mdl_config.yaml
@@ -44,7 +44,17 @@ MD035:
44
# Enforce dashes for horizontal rules
45
style: "---"
46
47
-# MD046/code-block-style Code block style
+# MD046/code-block-style - Code block style
48
MD046:
49
# Enforce the fenced style for code blocks
50
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
0 commit comments