Skip to content

Commit 21f9a94

Browse files
committed
yaml highlight
1 parent a076cea commit 21f9a94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/markdown.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Headers automatically get anchor links applied. Rendering of anchors can be conf
2626

2727
[YAML front matter](https://jekyllrb.com/docs/frontmatter/) is supported out of the box:
2828

29-
```
29+
``` yaml
3030
---
3131
title: Blogging Like a Hacker
3232
lang: en-US
@@ -37,7 +37,7 @@ The data will be available to the rest of the page, plus all custom and theming
3737

3838
`title` and `lang` will be automatically set on the current page. In addition you can specify extra meta tags to be injected:
3939

40-
```
40+
``` yaml
4141
---
4242
meta:
4343
- name: description

0 commit comments

Comments
 (0)