Skip to content

Commit

Permalink
Merge pull request #89 from cisagov/improvement/specify_mdl_rules
Browse files Browse the repository at this point in the history
Add markdownlint Rules to Enforce Specific Formatting
  • Loading branch information
mcdonnnj authored Aug 18, 2021
2 parents 929bab5 + f632766 commit bd030a1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .mdl_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,13 @@ MD033:
allowed_elements:
- h1
- img

# MD035/hr-style - Horizontal rule style
MD035:
# Enforce dashes for horizontal rules
style: "---"

# MD046/code-block-style Code block style
MD046:
# Enforce the fenced style for code blocks
style: "fenced"

0 comments on commit bd030a1

Please sign in to comment.