templates/audio.html.slim in asciidoctor-revealjs-4.0.1 vs templates/audio.html.slim in asciidoctor-revealjs-4.1.0.rc2
- old
+ new
@@ -1,5 +1,5 @@
-.audioblock id=@id class=[@style,role]
+= 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.