Explicitly helper use instead of implicitly converting from markdown

This commit is contained in:
Tim Schaub
2015-04-06 10:58:00 -06:00
parent 3b96071096
commit 121a83f19e
2 changed files with 8 additions and 5 deletions

View File

@@ -34,7 +34,7 @@
<h4 id="title">{{ title }}</h4>
<p id="shortdesc">{{ shortdesc }}</p>
<div id="docs">
{{{ docs }}}
{{ md docs }}
</div>
<div id="tags">{{ tags }}</div>
</div>