Skip to content

Commit d9f5552

Browse files
authored
Update .markdownlint.json
`"MD041": false,` tells the linting tool to ignore the rule that says that the first line must start with a heading. e.g. # Title of File. This will allow the template.md files to start with the description of the vulnerability. A feature which will decrease the time it takes for penetration testing report creation.
1 parent aa393d2 commit d9f5552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.markdownlint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"line_length": false,
77
"fenced-code-language": false,
88
"no-emphasis-as-heading": false,
9-
"first-line-heading": false,
9+
"MD041": false,
1010
"blanks-around-headings": false
1111
}

0 commit comments

Comments
 (0)