Class: CustomStripDownRender

Inherits:
Redcarpet::Render::StripDown
  • Object
show all
Defined in:
lib/zombie_writer/redcarpet_configuration.rb

Instance Method Summary collapse

Instance Method Details



5
6
7
# File 'lib/zombie_writer/redcarpet_configuration.rb', line 5

def link(link, title, content)
  "#{content}"
end