Skip to content

Instantly share code, notes, and snippets.

@uzimith
Created January 5, 2015 02:33
Show Gist options
  • Save uzimith/ceef96b5cb96fca1e347 to your computer and use it in GitHub Desktop.
Save uzimith/ceef96b5cb96fca1e347 to your computer and use it in GitHub Desktop.
def markdown(content)
markdown = Redcarpet::Markdown.new(Redcarpet::Render::HTML, autolink: true, tables: true)
markdown.render(content)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment