markdown support
All checks were successful
Build and push container image / build-and-push-image (push) Successful in 5m35s

This commit is contained in:
2026-02-26 23:14:36 +00:00
parent b4e6b4c296
commit 6e92e40f1c
4 changed files with 22 additions and 21 deletions

View File

@@ -5,6 +5,6 @@
{% block content %}
<section>
{{ markdown }}
{{ markdown|safe }}
</section>
{% endblock %}