Added the markdown filter for the description of the project.

This commit is contained in:
Loic d'Anterroches
2008-08-02 22:52:11 +02:00
parent bf8a33708b
commit 9e2d9e691b
3 changed files with 105 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
{extends "base.html"}
{block docclass}yui-t2{/block}
{block tabhome} class="active"{/block}
{block subtabs}
<div id="sub-tabs">
@@ -6,7 +7,7 @@
</div>
{/block}
{block body}
{$project.description}
{$project.description|markdown}
{/block}
{block context}
{assign $ko = 'owners'}