Replace Markdown parser by Parsedown

This commit is contained in:
Frédéric Guillot
2014-09-27 21:12:12 -04:00
parent 23753bde1c
commit 3fa549352c
18 changed files with 1461 additions and 3273 deletions

View File

@@ -5,7 +5,7 @@
</div>
<article class="markdown task-show-description">
<?= Helper\parse($task['description']) ?: t('There is no description.') ?>
<?= Helper\markdown($task['description']) ?: t('There is no description.') ?>
</article>
</div>
<?php endif ?>