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

@@ -83,6 +83,7 @@ $cfg['template_tags'] = array(
);
$cfg['template_modifiers'] = array(
'size' => 'IDF_Views_Source_PrettySize',
'markdown' => 'IDF_Template_Markdown_filter',
);