Treat all newly entered blocks of text as Markdown

This commit is contained in:
Tom Hughes 2012-02-15 00:48:52 +00:00
parent 2ee961be9f
commit aa4205482a
21 changed files with 154 additions and 23 deletions

View file

@ -19,7 +19,7 @@
%>
<% end %>
</p>
<%= htmlize(user.description) %>
<%= user.description.to_html %>
</td>
<td>
<%= check_box_tag "user_#{user.id}", "", false, :name => "user[#{user.id}]" %>