Skip to content

Commit

Permalink
Update .markdownlint.json to ignore first line as heading
Browse files Browse the repository at this point in the history
Ignoring first line as heading allows a template to begin with the description contents for each submission type.
  • Loading branch information
RRudder authored Sep 16, 2024
1 parent 52dc732 commit aa393d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"line_length": false,
"fenced-code-language": false,
"no-emphasis-as-heading": false,
"first-line-heading": false,
"blanks-around-headings": false
}

0 comments on commit aa393d2

Please sign in to comment.