From 21f9a94c0db9bd02f097330e03bf5e206cdbefd5 Mon Sep 17 00:00:00 2001 From: Evan You Date: Sat, 14 Apr 2018 00:48:30 -0400 Subject: [PATCH] yaml highlight --- docs/guide/markdown.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/markdown.md b/docs/guide/markdown.md index 27880ff026..372c4b1313 100644 --- a/docs/guide/markdown.md +++ b/docs/guide/markdown.md @@ -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 @@ -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