class Redcarpet::Render::StripDown

def link(link, title, content)

Other methods where we don't return only a specific argument
def link(link, title, content)
  "#{content} (#{link})"
end