Merge pull request #100 from cisagov/improvement/update_markdownlint_configuration

Use new `markdownlint` rules for emphasis- and strong-styles
pull/514/head^2
Nick 2 years ago committed by GitHub
commit 6978f2a4dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      .mdl_config.yaml

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

Loading…
Cancel
Save