Skip to content

Commit 28b8be4

Browse files
authored
colon after YML variables
1 parent 1fa7e43 commit 28b8be4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_linter/markdownlint/Rules.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@ Note that the error can also be triggered by a mispelling, such as
6262

6363
```
6464
---
65-
tile "Article title"
65+
tile: "Article title"
6666
---
6767
```
6868

6969
instead of
7070

7171
```
7272
---
73-
title "Article title"
73+
title: "Article title"
7474
---
7575
```
7676

@@ -90,15 +90,15 @@ Note that the error can also be triggered by a mispelling, such as
9090

9191
```
9292
---
93-
tile "Article title"
93+
tile: "Article title"
9494
---
9595
```
9696

9797
instead of
9898

9999
```
100100
---
101-
title "Article title"
101+
title: "Article title"
102102
---
103103
```
104104

0 commit comments

Comments
 (0)