1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-11-22 08:10:10 +00:00

Compact: Use inline Markdown.

This commit is contained in:
devlinjd 2015-10-27 09:06:36 -04:00
parent c9f116207e
commit 9c3d950af6

View File

@ -62,7 +62,7 @@
{% if( proj.highlights ) { %}
<ul>
{% proj.highlights.forEach( function( high, idx, ar) { %}
<li>{{ high|md }}</li>
<li>{{ high|mdin }}</li>
{% }); %}
</ul>
{% } %}