Class: MarkdownRenderer

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

Overview

Renderer for Redcarpet that strips all links and only returns the text. Inherits from StripDown renderer.

Instance Method Summary collapse

Instance Method Details



11
12
13
# File 'lib/jekyll_ranked_search.rb', line 11

def link(link, title, content)
  content
end