# ------------------------------------------------------------------------------ # ~/_plugins/asciidoctor-extensions/masterslider-block.rb # Asciidoctor extension for J1 Masterslider # # Product/Info: # https://jekyll.one # # Copyright (C) 2023, 2024 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md # ------------------------------------------------------------------------------ require 'asciidoctor/extensions' unless RUBY_ENGINE == 'opal' include Asciidoctor # ------------------------------------------------------------------------------ # A block macro that embeds a (Master) Slider (parent) block # into the output document. # # Usage: # # masterslider::slider_id[role="additional classes"] # # Example: # # .The slider title # masterslider::ms_00001[role="mt-3 mb-5"] # ------------------------------------------------------------------------------ Asciidoctor::Extensions.register do class MasterSliderBlockMacro < Extensions::BlockMacroProcessor use_dsl named :masterslider name_positional_attributes 'role' default_attrs 'role' => 'mt-3 mb-3' def process parent, target, attributes title_html = (attributes.has_key? 'title') ? %(