Skip to content

Commit

Permalink
Add markdown lint rule to igmore frontmatter titles
Browse files Browse the repository at this point in the history
  • Loading branch information
samkim committed Oct 3, 2023
1 parent 5575615 commit b347671
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ no-duplicate-heading: false
no-hard-tabs: false
no-inline-html: false
MD029: false
# MD025/single-title/single-h1 - Multiple top-level headings in the same document
MD025:
# Ignore title in front matter blocks
front_matter_title: ""

0 comments on commit b347671

Please sign in to comment.