Questions tagged [redcarpet]

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.

136 questions
0
votes
1 answer

Can ruby be rendered in markdown? Ruby on Rails app

Is it possible to use ruby in markdown on my Ruby on Rails app? I am using the RedCarpet gem, and I have the following in my application Controller. class ApplicationController < ActionController::Base before_filter :get_contact_info private …
ruevaughn
  • 1,319
  • 1
  • 17
  • 48
1 2 3
9
10