templates/inline_button.html.slim in asciidoctor-revealjs-4.0.1 vs templates/inline_button.html.slim in asciidoctor-revealjs-4.1.0.rc2
- old
+ new
@@ -2 +1,2 @@
-b.button=@text
+= html_tag('b', { :class => ['button'] }.merge(data_attrs(@attributes)))
+ = @text