File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ This rule is triggered when a valid [front matter](https://jekyllrb.com/docs/fro
38
38
39
39
A front matter with the ` title ` variable only should look exactly like this:
40
40
41
- ```
41
+ ``` markdown
42
42
---
43
43
title: "Some article title"
44
44
---
@@ -60,15 +60,15 @@ Fix it by adding the missing variable to the front matter.
60
60
61
61
Note that the error can also be triggered by a mispelling, such as
62
62
63
- ```
63
+ ``` markdown
64
64
---
65
65
tile: "Article title"
66
66
---
67
67
```
68
68
69
69
instead of
70
70
71
- ```
71
+ ``` markdown
72
72
---
73
73
title: "Article title"
74
74
---
@@ -88,15 +88,15 @@ Fix it by removing the specified variable from the front matter.
88
88
89
89
Note that the error can also be triggered by a mispelling, such as
90
90
91
- ```
91
+ ``` markdown
92
92
---
93
93
tile: "Article title"
94
94
---
95
95
```
96
96
97
97
instead of
98
98
99
- ```
99
+ ``` markdown
100
100
---
101
101
title: "Article title"
102
102
---
You can’t perform that action at this time.
0 commit comments