From f6d9905fd9ca75d6aceb96131df45b1c7570bba3 Mon Sep 17 00:00:00 2001 From: joshua stein Date: Sun, 1 Jul 2012 20:22:36 -0500 Subject: [PATCH] no underlining in markdown, just strong with ** --- app/views/global/_markdownhelp.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/global/_markdownhelp.html.erb b/app/views/global/_markdownhelp.html.erb index 85c820d..d41fdee 100644 --- a/app/views/global/_markdownhelp.html.erb +++ b/app/views/global/_markdownhelp.html.erb @@ -5,8 +5,8 @@ surround text with *asterisks* - underlined text - surround text with _underscores_ + strong text + surround text with **two asterisks** struck-through