Redcarpet is a Ruby library for Markdown processing
Redcarpet is a Ruby library for Markdown processing, written by Vicent Martí. Check the code and docs on its Github page.
Redcarpet is a Ruby library for Markdown processing
Redcarpet is a Ruby library for Markdown processing, written by Vicent Martí. Check the code and docs on its Github page.
<%= markdown.render(@wiki.body) %>
Here's my application_helper: module…