Convert Markdown to HTML in JS

This commit is contained in:
Yax 2015-05-09 16:28:33 +02:00
parent 0bb872162b
commit 8893cf83ed
2 changed files with 4 additions and 2 deletions

View file

@ -134,7 +134,7 @@ instance d'ici peu.</p>
<span class="title">{{author}}</span>
<span> - {{date}}</span>
</div>
<p>{{content}}</p>
{{{ mdcontent}}}
{{/data}}
</script>