From 2e1f119f2288a864ddc1ab49d2a4c47a573b47df Mon Sep 17 00:00:00 2001 From: Valery Sizov Date: Sun, 19 Feb 2012 22:19:31 +0200 Subject: [PATCH] wiki: markdown support --- app/views/wikis/show.html.haml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/views/wikis/show.html.haml b/app/views/wikis/show.html.haml index 97e1231cbaa..5a4b904534e 100644 --- a/app/views/wikis/show.html.haml +++ b/app/views/wikis/show.html.haml @@ -6,6 +6,4 @@ = link_to edit_project_wiki_path(@project, @wiki), :class => "right btn small" do Edit -= @wiki.content - -%br += markdown @wiki.content