-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Markdown linting for line length (#831)
* add linting rule * Exclude tables and code blocks * Save editor preferences for 120 word wrap * Add a ruler a 120 in VS code. * Ignore the release notes page Too many bullets - looks a mess * Wrap a doc with rewrap extension * Wrap framework page with rewrap Had to extract one long link to the bottom. * wrap * wrap * wrap * wrap * wrap * Add rewrap extension (very helpful) * Add ruler at 120 * Recommend extension * wrap * format a table * wrap * wrap * wrapping * wraapping * wrapping * wrapping * wrapping * weapping * wrapping * wrapping * wrapping * wrapping * wrapping * wrapping * wrapping * wrapping * wrapping * wrapping * wrapping * wrapping * wrapping * wrapping * wrapping * wrapping * wrapping * last of the wrapping * Regex find/replace on note/warning formatting * Weirdly having to update some spellcheck stuff * fix formatting
- Loading branch information
1 parent
94be103
commit 61d6f51
Showing
220 changed files
with
5,294 additions
and
2,937 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
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,24 @@ | ||
{ | ||
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations. | ||
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp | ||
|
||
// List of extensions which should be recommended for users of this workspace. | ||
"recommendations": [ | ||
"streetsidesoftware.code-spell-checker", | ||
"oderwat.indent-rainbow", | ||
"mdickin.markdown-shortcuts", | ||
"davidanson.vscode-markdownlint", | ||
"redhat.vscode-yaml", | ||
"vsls-contrib.codetour", | ||
"GitHub.vscode-pull-request-github", | ||
"shuworks.vscode-table-formatter", | ||
"ms-dotnettools.csharp", | ||
"github.vscode-github-actions", | ||
"ms-azuretools.vscode-docker", | ||
"stkb.rewrap" | ||
], | ||
// List of extensions recommended by VS Code that should not be recommended for users of this workspace. | ||
"unwantedRecommendations": [ | ||
|
||
] | ||
} |
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
39 changes: 27 additions & 12 deletions
39
docs/articles/developer-info/Best-practices-for-XML-documentation.md
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.