From cbc98ef624eaf9ee3522ae13298a0b6fbf6ec707 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sat, 28 Jul 2018 14:07:29 +0100 Subject: [PATCH] Enable markdown in comments --- app/templates/macros/threads.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/macros/threads.html b/app/templates/macros/threads.html index 6552f2a..023059a 100644 --- a/app/templates/macros/threads.html +++ b/app/templates/macros/threads.html @@ -10,7 +10,7 @@
- {{ r.comment }} + {{ r.comment | markdown }}
{% endfor %} @@ -19,7 +19,7 @@ {% if current_user.is_authenticated %}
-
+
{% endif %}