mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 16:40:48 +00:00
Merge pull request #89 from cisagov/improvement/specify_mdl_rules
Add markdownlint Rules to Enforce Specific Formatting
This commit is contained in:
commit
bd030a1c04
1 changed files with 10 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue