-
Notifications
You must be signed in to change notification settings - Fork 74
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
82 additions
and
59 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,9 +1,20 @@ | ||
{ | ||
"MD013": { | ||
"line_length": 120, | ||
// Increase code block lenght since some command-line examples are extremely long | ||
"code_block_line_length": 180 | ||
"code_blocks": false, | ||
"tables": false | ||
}, | ||
// Some documentation sections repeat headings, allow this as long as the parent heading is different | ||
"MD024": { | ||
"siblings_only": true | ||
}, | ||
// Disable "Multiple top level headings in the same document" triggered by metadata and top-level | ||
// heading on articles | ||
"MD025": false | ||
"MD025": false, | ||
// We use inline <a> to simplify anchor links | ||
// We use inline <br> for line breaks inside tables | ||
"MD033": { | ||
"allowed_elements": [ "a", "br" ] | ||
} | ||
} |
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
Oops, something went wrong.