class Redcarpet::Render::StripDown
Markdown-stripping renderer. Turns Markdown into plaintext Thanks to @toupeira (Markus Koller)
Public Instance Methods
link(link, title, content)
click to toggle source
Other methods where the text content is in another argument
# File lib/redcarpet/render_strip.rb, line 28 def link(link, title, content) content end