我正在爲Jekyll創建鳥瞰視圖教程,並將在Github頁面上(在我的博客上運行的Jekyll上)進行託管。所以,我想在那裏放一些代碼。如果我輸入以下內容:Jekyll中的Jekyll代碼
{% for post in site.posts %}
{% if post.categories contains '<categoryname>' %}
<h2>
<a href="{{ post.url }}">{{ post.title }}</a>
</h2>
{% endif %}
{% endfor %}
(標籤空間後的所有行),它不呈現爲代碼,而是執行。如何阻止它執行並將其呈現爲代碼?
看看http://jekyllrb.com/docs/templates/和http://stackoverflow.com/questions/6761990/highlight-with-jekyll-and-pygments-doesnt-上的'代碼段突出顯示部分「作品 –
我也試過。我如何突出jekyll?雖然 – Ranveer