From 50b26ac9bb1c9b1eaa9f88a9a23303deddb60a46 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Wed, 12 Mar 2025 00:50:54 +0100 Subject: fixed markdown issue in get_headers() --- templates/thought.html.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/thought.html.j2') diff --git a/templates/thought.html.j2 b/templates/thought.html.j2 index a6953e2..9310d85 100644 --- a/templates/thought.html.j2 +++ b/templates/thought.html.j2 @@ -5,13 +5,13 @@ {% if contents_html != "" %}
contents:
- {{ contents_html|safe}} + {{ contents_html|safe }}
{% endif %} -
this category:
+
this category:
- {{md_html|safe}} + {{ md_html|safe }} {% endblock %} -- cgit v1.2.3