-
Notifications
You must be signed in to change notification settings - Fork 469
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update markdown files to comply to markdown guidelines #4141
Conversation
This is a one-off change. Regarding the various documentation files this is a manual modification but we don't have any automatic linter that would prevent new errors to be introduced. |
Codecov Report
@@ Coverage Diff @@
## master #4141 +/- ##
=======================================
Coverage 95.78% 95.78%
=======================================
Files 1163 1163
Lines 262725 262725
Branches 15829 15829
=======================================
+ Hits 251655 251658 +3
+ Misses 9064 9063 -1
+ Partials 2006 2004 -2 |
@Evangelink The change looks good to me, but does not fix #4131. I have removed the Lines 197 to 210 in 08d6c27
Also note that |
@mavasani @Evangelink Do you want a linter workflow for PRs? https://github.com/dotnet/docs/blob/master/.github/workflows/markdownlint.yml We can temporarily exclude |
No description provided.