Class: Jazzy::Markdown::JazzyCopyright
- Inherits:
-
Redcarpet::Render::HTML
- Object
- Redcarpet::Render::HTML
- Jazzy::Markdown::JazzyCopyright
- Defined in:
- lib/jazzy/jazzy_markdown.rb
Instance Method Summary collapse
Instance Method Details
#link(link, _title, content) ⇒ Object
243 244 245 246 |
# File 'lib/jazzy/jazzy_markdown.rb', line 243 def link(link, _title, content) %(<a class="link" href="#{link}" target="_blank" \ rel="external">#{content}</a>) end |