Class: Jazzy::Markdown::JazzyCopyright

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

Instance Method Summary collapse

Instance Method Details



178
179
180
181
# File 'lib/jazzy/jazzy_markdown.rb', line 178

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