Markdown in Ruby on Rails with RedCarpet

What is Markdown Markdown is a markup language, created by John Gruber and Aaron Swartz, that allows you to easily format text by using special characters in a text document. When processed, the markdown characters are converted into formatted text.…