Skip to content

Commit

Permalink
Merge pull request #100 from cisagov/improvement/update_markdownlint_…
Browse files Browse the repository at this point in the history
…configuration

Use new `markdownlint` rules for emphasis- and strong-styles
  • Loading branch information
mcdonnnj authored Feb 25, 2022
2 parents d0817e2 + 7868a35 commit 6978f2a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .mdl_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,17 @@ MD035:
# Enforce dashes for horizontal rules
style: "---"

# MD046/code-block-style Code block style
# MD046/code-block-style - Code block style
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 6978f2a

Please sign in to comment.