Skip to content

Commit e8c8d72

Browse files
authored
Markdown linting: low hanging fruit (#6843)
1 parent 01daf1e commit e8c8d72

File tree

63 files changed

+291
-206
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+291
-206
lines changed

.github/linters/.markdownlint.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,13 @@
1919
# Rules by id #
2020
###############
2121
MD001: false
22-
MD009: false
23-
MD012: false
2422
MD013: false
25-
MD018: false
26-
MD022: false
2723
MD024: false
2824
MD025: false
2925
MD026: false
3026
MD028: false
3127
MD029: false
32-
MD031: false
33-
MD032: false
3428
MD033: false
35-
MD034: false
3629
MD036: false
3730
MD037: false
3831
MD040: false

.markdownlintrc

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,16 @@
11
{
22
"MD001": false,
3-
"MD009": false,
4-
"MD012": false,
53
"MD013": false,
6-
"MD018": false,
7-
"MD022": false,
84
"MD024": false,
95
"MD025": false,
106
"MD026": false,
117
"MD028": false,
128
"MD029": false,
13-
"MD031": false,
14-
"MD032": false,
159
"MD033": false,
16-
"MD034": false,
1710
"MD036": false,
1811
"MD037": false,
1912
"MD040": false,
2013
"MD041": false,
2114
"MD045": false,
2215
"MD053": false
23-
}
16+
}

website/src/blog/2013-09-12-jquery-steps-form-wizard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authorUrl: https://github.com/rstaib
88
authorImageUrl: https://avatars0.githubusercontent.com/u/4325318?s=100&v=4
99
---
1010

11-
This blog article was previously published on http://www.rafaelstaib.com/post/How-to-create-a-Form-Wizard-using-jQuery-Steps.
11+
This blog article was previously published on <http://www.rafaelstaib.com/post/How-to-create-a-Form-Wizard-using-jQuery-Steps>.
1212

1313
## Motivation
1414

website/src/blog/2018-09-02-hot-chocolate-0.4.5.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,3 @@ With version 0.5 we will focus on subscriptions and custom directives.
8181
Custom will allow for writing field resolver middlewares that alter or replace the default execution behavior.
8282

8383
Subscriptions is one of our last spec gaps.
84-

website/src/blog/2019-03-19-logging-with-hotchocolate.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,4 +212,3 @@ Another example is our [Apollo Tracing implementation](https://github.com/Chilli
212212
I hope this little field trip into our instrumentation API gives a little outlook of an often-overlooked feature that is coming with version 9. All of what I showed in this blog is available with preview 5 (9.0.0-preview.5) that we released today.
213213

214214
We will add stitching related events with the next view preview builds.
215-

website/src/blog/2019-03-31-hot-chocolate-0.8.1.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,3 @@ For more information on what other bugs we fixed head over to our [changelog](ht
6060
## Version 9 Development
6161

6262
We have made a lot of headway with the new type system that is coming with version 9. Also, we are working on the `@defer` directive at the moment. We will give a more detailed update on the next major version in a separate blog post. Version 9 is really shaping up to become our biggest release so far.
63-

website/src/blog/2019-04-11-integration-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ result.MatchSnapshot(o =>
174174

175175
For more information about how snapshooter works head over to their repository:
176176

177-
https://github.com/SwissLife-OSS/snapshooter
177+
<https://github.com/SwissLife-OSS/snapshooter>
178178

179179
## Schema Tests
180180

website/src/blog/2020-03-18-entity-framework/2020-03-18-entity-framework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ We have explored tooling with which we can explore the schema before issuing the
455455

456456
If we would print our schema it would now look like the following.
457457

458-
> The schema SDL can be downloaded from http://localhost:5000/schema.
458+
> The schema SDL can be downloaded from <http://localhost:5000/schema>.
459459
460460
```graphql
461461
schema {

website/src/blog/2021-01-20-hot-chocolate-logging/2021-01-10-hot-chocolate-logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ You can drill down on each one if these queries, and see the actual query as wel
273273

274274
Just like for the `ConsoleQueryLogger` class, we need to create a similar class for our MiniProfiler to work. I've done that in our example repository and named the class `MiniProfilerQueryLogger`.
275275

276-
https://github.com/pkellner/hot-chocolate-query-logging/blob/main/MiniProfilerQueryLogger.cs
276+
<https://github.com/pkellner/hot-chocolate-query-logging/blob/main/MiniProfilerQueryLogger.cs>
277277

278278
It also implements `DiagosticEventListener` just like `ConsoleQueryLogger` did. It gets passed in the request context, but instead of logging to the console with the `ILogger` interface and the `ConsoleLoggerExtension`, it simply calls the MiniProfiler API directly.
279279

website/src/blog/2021-05-30-entity-framework/2020-03-18-entity-framework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ We have explored tooling with which we can explore the schema before issuing the
455455

456456
If we would print our schema it would now look like the following.
457457

458-
> The schema SDL can be downloaded from http://localhost:5000/schema.
458+
> The schema SDL can be downloaded from <http://localhost:5000/schema>.
459459
460460
```graphql
461461
schema {

0 commit comments

Comments
 (0)