class Jazzy::Markdown::JazzyCopyright
Public Instance Methods
link(link, _title, content)
click to toggle source
# File lib/jazzy/jazzy_markdown.rb, line 286 def link(link, _title, content) %(<a class="link" href="#{link}" target="_blank" \ rel="external noopener">#{content}</a>) end