Convert Markdown to HTML in JS

This commit is contained in:
Yax 2015-05-09 16:28:33 +02:00
parent cf84a58577
commit ac00f6ad33
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>