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

// URLs - Internal references and/or sources on the Internet // —————————————————————————– tag::urls[] :home-platformjs: github.com/bestiejs/platform.js :home-platformjs-docs: github.com/bestiejs/platform.js/tree/master/doc

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-group: “{images-dir}/100_present_images/image-3.jpg, Golden Gate Bridge with San Francisco in distance, {images-dir}/100_present_images/image-4.jpg, Forest with mountains behind, {images-dir}/100_present_images/image-5.jpg, Bicyclist looking out over hill at ocean”

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[]