Class: PortableText::Html::MarkDefs::Link

Inherits:
Base show all
Defined in:
lib/portable_text/html/mark_defs/link.rb

Instance Method Summary collapse

Methods inherited from BaseComponent

option, param

Instance Method Details

#view_template(&block) ⇒ Object



7
8
9
# File 'lib/portable_text/html/mark_defs/link.rb', line 7

def view_template(&block)
  a(href: href, &block)
end