Skip to content

Commit 1c029ff

Browse files
authored
Make lint annotations warnings (mdn#19868)
1 parent 047ab3b commit 1c029ff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/markdownlint-problem-matcher.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"problemMatcher": [
33
{
44
"owner": "markdownlint",
5+
"severity": "warning",
56
"pattern": [
67
{
78
"regexp": "^([^:]*):(\\d+):?(\\d+)?\\s([\\w-\\/]*)\\s(.*)$",

files/en-us/web/css/border/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The **`border`** [shorthand](/en-US/docs/Web/CSS/Shorthand_properties) [CSS](/en
1717

1818
{{EmbedInteractiveExample("pages/css/border.html")}}
1919

20-
## Constituent properties
20+
## Constituent properties
2121

2222
This property is a shorthand for the following CSS properties:
2323

0 commit comments

Comments
 (0)