Sha256: 8f7bbf60c1155dda4ddca0b43a14ea06913f6367577b77a4e19f86f24bc0a861

Contents?: true

Size: 332 Bytes

Versions: 8

Compression:

Stored size: 332 Bytes

Contents

= html_tag('div', { :id => @id, :class => ['audioblock', @style, role] }.merge(data_attrs(@attributes)))
  - if title?
    .title=captioned_title
  .content
    audio src=media_uri(attr :target) autoplay=(option? 'autoplay') controls=!(option? 'nocontrols') loop=(option? 'loop')
      |Your browser does not support the audio tag.

Version data entries

8 entries across 8 versions & 1 rubygems

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