Class: Redcarpet::Render::StripDown
- Defined in:
- lib/redcarpet/render_strip.rb
Overview
Markdown-stripping renderer. Turns Markdown into plaintext Thanks to @toupeira (Markus Koller)
Instance Method Summary collapse
-
#link(link, title, content) ⇒ Object
Other methods where the text content is in another argument.
Methods inherited from Base
Constructor Details
This class inherits a constructor from Redcarpet::Render::Base
Instance Method Details
#link(link, title, content) ⇒ Object
Other methods where the text content is in another argument
28 29 30 |
# File 'lib/redcarpet/render_strip.rb', line 28 def link(link, title, content) content end |