// ~/document_base_folder/000_includes // Asciidoc attribute includes: attributes.asciidoc // —————————————————————————–

// URLs - Internal references and/or sources on the Internet // —————————————————————————– tag::urls[] :bmd-examples-landing-page-lesson-5: mdbootstrap.com/education/bootstrap/landing-page-lesson-5/ :roundtrip_data_slider_picker: /pages/roundtrip/data_slider_picker end::urls[]

// Tags - Asciidoc attributes used internally // —————————————————————————– tag::tags[]

:window: window=“_blank” :no-clipboard: noclip :figure-caption: Figure :images-dir: pages/roundtrip :y: icon:check :n: icon:times :c: icon:file-alt :beginner: icon:battery-quarter :inter: icon:battery-half :advanced: icon:battery-full :emdash: — :bullet: • :bigbullet: ● :bigbigbullet: ⬤ :dot: . :dotdot: .. :middot: ·

end::tags[]

// Data - Data elements for Asciidoctor extensions // —————————————————————————– tag::data[]

:data-images-standalone: “{images-dir}/100_present_images/image-2.jpg, Two men in bicycle jerseys sitting outside at table having coffee, {images-dir}/100_present_images/image-1.jpg, Young lady looking at the beach”

end::data[]

// Product - Document (e.g release) information // —————————————————————————– tag::product_info[] :license: MIT License :revdate: 2018 :revnumber: 1.0.0 end::product_info[]

// Author - Author information // —————————————————————————– tag::authors[] :uri-author-juergen-adams jekyll.one end::authors[]