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