diff --git a/app/views/notes/_notes.rhtml b/app/views/notes/_notes.rhtml index de9068b8..2bc12211 100644 --- a/app/views/notes/_notes.rhtml +++ b/app/views/notes/_notes.rhtml @@ -1,7 +1,7 @@ <% note = notes -%>

<%= link_to("Note #{note.id}", note_path(note), :title => "Show note #{note.id}" ) %>

-
+
<%= sanitize(markdown(auto_link(note.body))) %>