chore: markdown for notes

This commit is contained in:
Cory Dransfeldt 2024-01-10 17:42:37 -08:00
parent d6a91d5f0e
commit 27a2b3917d

View file

@ -15,7 +15,7 @@ pagination:
</time> </time>
<blockquote class="p-summary">{{ link.summary }}</blockquote> <blockquote class="p-summary">{{ link.summary }}</blockquote>
{%- if link.note %} {%- if link.note %}
<p>{{ link.note }}</p> <p>{{ link.note | markdown }}</p>
{% endif -%} {% endif -%}
</article> </article>
{% endfor %} {% endfor %}