class CustomStripDownRender
Public Instance Methods
link(link, title, content)
click to toggle source
# File lib/zombie_writer/redcarpet_configuration.rb, line 5 def link(link, title, content) "#{content}" end