diff --git a/app/views/comments/_comment.html.haml b/app/views/comments/_comment.html.haml
index 9dcff29ba..f84d4b6d5 100644
--- a/app/views/comments/_comment.html.haml
+++ b/app/views/comments/_comment.html.haml
@@ -7,6 +7,6 @@
.content
.from
= link_to post.person.real_name, post.person
- = post.text
+ = markdownify(post.text)
%div.time
= "#{time_ago_in_words(post.updated_at)} #{t('ago')}"