Add markdown parsing to status entries

This commit is contained in:
2026-01-12 11:14:24 -06:00
parent d948f3f52c
commit 76472ada91
5 changed files with 49 additions and 33 deletions

View File

@@ -28,7 +28,7 @@ permalink: "/status/index.html"
{% endif %}
</span>
{{ status.data.comment }}<br />
{{ status.data.comment | markdownify | safe }}<br />
<span class="status-metadata">
{{ status.date | niceDate }}