forked from google/OpenSK
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes the Markdown lint config and affected files
I also ran our documentation against a few other linters, to see what they would find, and fixed accordingly.
- Loading branch information
1 parent
298db9e
commit 9ea04da
Showing
6 changed files
with
105 additions
and
117 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 |
---|---|---|
@@ -1,35 +1,23 @@ | ||
{ | ||
"default": true, | ||
"heading-style": { | ||
"MD003": { | ||
"style": "atx" | ||
}, | ||
"no-trailing-spaces": { | ||
"MD007": { | ||
"indent": 4 | ||
}, | ||
"MD009": { | ||
"br_spaces": 0, | ||
"strict": true | ||
}, | ||
"ul-indent": { | ||
"indent": 4 | ||
}, | ||
"line-length": { | ||
"MD013": { | ||
"line_length": 80, | ||
"code_blocks": false | ||
}, | ||
"list-marker-space": { | ||
"ol_single": 2, | ||
"ol_multi": 2, | ||
"ul_single": 3, | ||
"ul_multi": 3 | ||
}, | ||
"no-inline-html": { | ||
"MD033": { | ||
"allowed_elements": [ | ||
"img" | ||
] | ||
}, | ||
"fenced-code-language": true, | ||
"code-block-style": { | ||
"style": "fenced" | ||
}, | ||
"code-fence-style": { | ||
"style": "backtick" | ||
"img" | ||
] | ||
} | ||
} | ||
} | ||
|
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