added support for github style backtick code blocks

This commit is contained in:
Brandon Mathis
2011-07-26 23:37:31 -04:00
parent 786b8e8783
commit 6e2beaa969
2 changed files with 15 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<nav role=navigation>{% include navigation.html %}</nav>
<div id="main">
<div id="content">
{{ content | expand_urls: root_url | smart_quotes }}
{{ content | expand_urls: root_url | backtick_codeblock | smart_quotes }}
{% unless page.sidebar == false %}
<aside role=sidebar>{% include sidebar.html %}</aside>
{% endunless %}