highlighting fix
This commit is contained in:
parent
cecd974d8e
commit
ef54bfe5a1
|
@ -172,6 +172,7 @@ 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:
|
||||
|
||||
{% highlight text %}
|
||||
---
|
||||
excerpt_separator: <!--more-->
|
||||
---
|
||||
|
@ -179,6 +180,7 @@ Additionally you are able to specify per-post `excerpt_separator` value if it is
|
|||
Excerpt
|
||||
<!--more-->
|
||||
Out-of-excerpt
|
||||
{% endhighlight %}
|
||||
|
||||
## Highlighting code snippets
|
||||
|
||||
|
|
Loading…
Reference in New Issue