Skip to content

Commit

Permalink
yaml highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Apr 14, 2018
1 parent a076cea commit 21f9a94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Headers automatically get anchor links applied. Rendering of anchors can be conf

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

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

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

```
``` yaml
---
meta:
- name: description
Expand Down

0 comments on commit 21f9a94

Please sign in to comment.