Treat all newly entered blocks of text as Markdown
This commit is contained in:
parent
2ee961be9f
commit
aa4205482a
21 changed files with 154 additions and 23 deletions
|
@ -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}]" %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue