-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: subhamkrai <[email protected]>
- Loading branch information
1 parent
9ad05e2
commit 4e8f6f2
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
MD010: false # Hard tabs | ||
MD012: false # Multiple consecutive blank lines | ||
MD013: false # Line length | ||
MD019: false # Multiple spaces after hash on atx style heading | ||
MD021: false # Multiple spaces inside hashes on closed atx style heading | ||
MD022: false # Headings should be surrounded by blank lines | ||
MD024: false # Multiple headings with the same content | ||
MD025: false # Multiple top-level headings in the same document | ||
MD027: false # Multiple spaces after blockquote symbol | ||
MD030: false # Spaces after list markers | ||
MD031: false # Fenced code blocks should be surrounded by blank lines | ||
MD032: false # Lists should be surrounded by blank lines | ||
MD041: false # First line in a file should be a top-level heading | ||
MD043: false # Required heading structure | ||
MD045: false # Images should have alternate text (alt text) | ||
MD053: false # Link and image reference definitions should be needed |