From ed6122d7ea1d7ffa1e89078cedf416c6ae2e0383 Mon Sep 17 00:00:00 2001
From: Douwe Maan <douwe@gitlab.com>
Date: Wed, 19 Aug 2015 12:37:34 -0700
Subject: [PATCH] Markdown, not GFM.

---
 app/views/email_rejection_mailer/rejection.html.haml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/email_rejection_mailer/rejection.html.haml b/app/views/email_rejection_mailer/rejection.html.haml
index de29d399d32..84b040d8cbc 100644
--- a/app/views/email_rejection_mailer/rejection.html.haml
+++ b/app/views/email_rejection_mailer/rejection.html.haml
@@ -2,4 +2,4 @@
   Unfortunately, your email message to GitLab could not be processed.
 
 %p
-  = gfm @reason
+  = markdown @reason
-- 
GitLab