chore: markdown for notes
This commit is contained in:
parent
d6a91d5f0e
commit
27a2b3917d
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||||
|
|
Reference in a new issue