Class: Jazzy::JazzyCopyright

Inherits:
Redcarpet::Render::HTML
  • Object
show all
Defined in:
lib/jazzy/jazzy_markdown.rb

Instance Method Summary collapse

Instance Method Details



103
104
105
106
# File 'lib/jazzy/jazzy_markdown.rb', line 103

def link(link, _title, content)
  %(<a class="link" href="#{link}" target="_blank" \
rel="external">#{content}</a>)
end