Sha256: 3b84b10b77b037ae3175357da6f38a5fc0fd88546b3bc9d4bc74f68d644e8c7b

Contents?: true

Size: 513 Bytes

Versions: 8

Compression:

Stored size: 513 Bytes

Contents

= html_tag('div', { :id => @id, :class => ['quoteblock', role, ('fragment' if (option? :step) || (attr? 'step'))] }.merge(data_attrs(@attributes)))
  - if title?
    .title=title
  blockquote=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/quote.html.slim
asciidoctor-revealjs-5.0.1 templates/quote.html.slim
asciidoctor-revealjs-5.0.0.rc1 templates/quote.html.slim
asciidoctor-revealjs-4.1.0 templates/quote.html.slim
asciidoctor-revealjs-4.1.0.rc5 templates/quote.html.slim
asciidoctor-revealjs-4.1.0.rc4 templates/quote.html.slim
asciidoctor-revealjs-4.1.0.rc3 templates/quote.html.slim
asciidoctor-revealjs-4.1.0.rc2 templates/quote.html.slim