-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
17 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,9 @@ | ||
rules "~MD013" | ||
rules "~MD013,~MD023,~MD026,~MD029,~MD033,~MD036" | ||
|
||
# MD001 Header levels should only increment by one level at a time | ||
# MD002 First header should be a h1 header | ||
# MD003 Header style | ||
# MD004 Unordered list style | ||
# MD006 Consider starting bulleted lists at the beginning of the line | ||
# MD007 Unordered list indentation | ||
# MD011 Reversed link syntax | ||
# MD013 Line length | ||
# MD025 Multiple top level headers in the same document | ||
# MD026 Trailing punctuation in header | ||
# MD023 Headers must start at the beginning of the line (doesn't work for code comments) | ||
# MD026 Trailing punctuation in header (I almost like this rule but need to allow ?s) | ||
# MD029 Ordered list item prefix | ||
# MD030 Spaces after list markers | ||
# MD032 Lists should be surrounded by blank lines | ||
# MD033 Inline HTML | ||
# MD033 Inline HTML (sometimes you just gotta) | ||
# MD036 Emphasis used instead of a header | ||
# MD037 Spaces inside emphasis markers | ||
# MD038 Spaces inside code span elements * | ||
# MD039 Spaces inside link text | ||
# MD040 Fenced code blocks should have a language specified * | ||
# * = only occurs for markdownlint and/or remark | ||
|
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
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
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