Skip to content

Commit 98c95f5

Browse files
authored
Add syntax highlighting
1 parent 28b8be4 commit 98c95f5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_linter/markdownlint/Rules.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This rule is triggered when a valid [front matter](https://jekyllrb.com/docs/fro
3838

3939
A front matter with the `title` variable only should look exactly like this:
4040

41-
```
41+
```markdown
4242
---
4343
title: "Some article title"
4444
---
@@ -60,15 +60,15 @@ Fix it by adding the missing variable to the front matter.
6060

6161
Note that the error can also be triggered by a mispelling, such as
6262

63-
```
63+
```markdown
6464
---
6565
tile: "Article title"
6666
---
6767
```
6868

6969
instead of
7070

71-
```
71+
```markdown
7272
---
7373
title: "Article title"
7474
---
@@ -88,15 +88,15 @@ Fix it by removing the specified variable from the front matter.
8888

8989
Note that the error can also be triggered by a mispelling, such as
9090

91-
```
91+
```markdown
9292
---
9393
tile: "Article title"
9494
---
9595
```
9696

9797
instead of
9898

99-
```
99+
```markdown
100100
---
101101
title: "Article title"
102102
---

0 commit comments

Comments
 (0)