diff --git a/templates/emails/new_comment.html b/templates/emails/new_comment.html
index 79512e7..f7210b8 100644
--- a/templates/emails/new_comment.html
+++ b/templates/emails/new_comment.html
@@ -1,4 +1,4 @@
-{{ comment }}
+{{ comment|safe }}
--
Respond on PonyTracker: {{ uri }}
diff --git a/templates/emails/new_issue.html b/templates/emails/new_issue.html
index c145060..9bae6b8 100644
--- a/templates/emails/new_issue.html
+++ b/templates/emails/new_issue.html
@@ -1,5 +1,5 @@
{% if description %}
-{{ description }}
+{{ description|safe }}
{% else %}
No description.
{% endif %}