class J1BlockMacro

Public Instance Methods

process(parent, target, attrs) click to toggle source
# File lib/starter_web/_plugins/asciidoctor-extensions/banner.rb, line 35
def process parent, target, attrs
  html = %(<div id="#{target}" class="#{attrs['role']}"></div>)
  create_pass_block parent, html, attrs, subs: nil
end