Sha256: 83b7a1048822d6c18c045bea5485c9576e88270540538038d498cb85b665d1a0

Contents?: true

Size: 514 Bytes

Versions: 8

Compression:

Stored size: 514 Bytes

Contents

= html_tag('div', { :id => @id, :class => ['verseblock', role, ('fragment' if (option? :step) || (attr? 'step'))] }.merge(data_attrs(@attributes)))
  - if title?
    .title=title
  pre.content=content
  - attribution = (attr? :attribution) ? (attr :attribution) : nil
  - citetitle = (attr? :citetitle) ? (attr :citetitle) : nil
  - if attribution || citetitle
    .attribution
      - if citetitle
        cite=citetitle
      - if attribution
        - if citetitle
          br
        | — #{attribution}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
asciidoctor-revealjs-5.1.0 templates/verse.html.slim
asciidoctor-revealjs-5.0.1 templates/verse.html.slim
asciidoctor-revealjs-5.0.0.rc1 templates/verse.html.slim
asciidoctor-revealjs-4.1.0 templates/verse.html.slim
asciidoctor-revealjs-4.1.0.rc5 templates/verse.html.slim
asciidoctor-revealjs-4.1.0.rc4 templates/verse.html.slim
asciidoctor-revealjs-4.1.0.rc3 templates/verse.html.slim
asciidoctor-revealjs-4.1.0.rc2 templates/verse.html.slim