Base
Markdown-stripping renderer. Turns Markdown into plaintext Thanks to @toupeira (Markus Koller)
# File lib/redcarpet/render_strip.rb, line 36 def header(text, header_level) text + "\n" end
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
# File lib/redcarpet/render_strip.rb, line 32 def paragraph(text) text + "\n" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.