Commit 2e1f119f2288a864ddc1ab49d2a4c47a573b47df

Authored by Valery Sizov
1 parent d68f8401

wiki: markdown support

Showing 1 changed file with 1 additions and 3 deletions   Show diff stats
app/views/wikis/show.html.haml
... ... @@ -6,6 +6,4 @@
6 6 = link_to edit_project_wiki_path(@project, @wiki), :class => "right btn small" do
7 7 Edit
8 8  
9   -= @wiki.content
10   -
11   -%br
  9 += markdown @wiki.content
... ...