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

@ -20,7 +20,7 @@
</tr>
<tr>
<th></th>
<td><%= htmlize(@message.body) %></td>
<td><%= @message.body.to_html %></td>
<td></td>
</tr>
</table>
@ -57,7 +57,7 @@
</tr>
<tr>
<th></th>
<td><%= htmlize(@message.body) %></td>
<td><%= @message.body.to_html %></td>
<td></td>
</tr>
</table>