Skip to content

Commit 6978f2a

Browse files
authored
Merge pull request #100 from cisagov/improvement/update_markdownlint_configuration
Use new `markdownlint` rules for emphasis- and strong-styles
2 parents d0817e2 + 7868a35 commit 6978f2a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.mdl_config.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,17 @@ MD035:
4444
# Enforce dashes for horizontal rules
4545
style: "---"
4646

47-
# MD046/code-block-style Code block style
47+
# MD046/code-block-style - Code block style
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)