Class: CustomStripDownRender
- Inherits:
-
Redcarpet::Render::StripDown
- Object
- Redcarpet::Render::StripDown
- CustomStripDownRender
- Defined in:
- lib/zombie_writer/redcarpet_configuration.rb
Instance Method Summary collapse
Instance Method Details
#link(link, title, content) ⇒ Object
5 6 7 |
# File 'lib/zombie_writer/redcarpet_configuration.rb', line 5 def link(link, title, content) "#{content}" end |