From ef54bfe5a134420ac7b40565efaa015689dd4950 Mon Sep 17 00:00:00 2001 From: Guillaume LARIVIERE Date: Wed, 21 Jan 2015 17:44:28 +0100 Subject: [PATCH] highlighting fix --- site/_docs/posts.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/site/_docs/posts.md b/site/_docs/posts.md index c2d2e24d..36b9fe1b 100644 --- a/site/_docs/posts.md +++ b/site/_docs/posts.md @@ -172,13 +172,15 @@ Also, as with any output generated by Liquid tags, you can pass the `| strip_htm Additionally you are able to specify per-post `excerpt_separator` value if it is required just only the the selected post. Just specify the `excerpt_separator` with the same way as `excerpt` in the post's YAML head: - --- - excerpt_separator: - --- +{% highlight text %} +--- +excerpt_separator: +--- - Excerpt - - Out-of-excerpt +Excerpt + +Out-of-excerpt +{% endhighlight %} ## Highlighting code snippets