Add a markdownlint rule for horizontal rules

This sets a specific rule for MD035 (Horizontal rule style) instead of the
default value of "consistent".
pull/113/head
Nicholas McDonnell 3 years ago
parent 81cdb4da94
commit 7f324b9807
No known key found for this signature in database
GPG Key ID: 7994ADE2A56BE5D1
  1. 5
      .mdl_config.yaml

@ -38,3 +38,8 @@ MD033:
allowed_elements:
- h1
- img
# MD035/hr-style - Horizontal rule style
MD035:
# Enforce dashes for horizontal rules
style: "---"

Loading…
Cancel
Save