// ~/document_base_folder/000_includes // Asciidoc attribute includes: attributes.asciidoc // ----------------------------------------------------------------------------- // URLs - Internal references and/or sources on the Internet // ----------------------------------------------------------------------------- tag::urls[] :google-md-icons: https://material.io/icons/ :google-github-md-icons: https://github.com/google/material-design-icons :material-design-icons-home: https://materialdesignicons.com/ :material-design-icons-github: https://github.com/Templarian/MaterialDesign :stackoverflow-i-or-span-for-font-icons: https://stackoverflow.com/questions/11135261/should-i-use-i-tag-for-icons-instead-of-span :bs_themes: https://themes.getbootstrap.com/ :bs_expo: https://expo.getbootstrap.com/ :bs_doc_v4: http://getbootstrap.com/docs/4.0/getting-started/introduction/ :bs_doc_examples: http://getbootstrap.com/docs/4.0/examples/ :bs_doc_content_code: https://getbootstrap.com/docs/4.0/content/code/ :bs_doc_content_figures: https://getbootstrap.com/docs/4.0/content/figures/ :bs_doc_content_images: https://getbootstrap.com/docs/4.0/content/images/ :bs_doc_content_typography: https://getbootstrap.com/docs/4.0/content/typography/ :bs_doc_content_tables: https://getbootstrap.com/docs/4.0/content/tables/ :bs_doc_components_alerts: http://getbootstrap.com/docs/4.0/components/alerts/ :bs_doc_components_badges: http://getbootstrap.com/docs/4.0/components/badge/ :bs_doc_components_breadcrumb: http://getbootstrap.com/docs/4.0/components/breadcrumb/ :bs_doc_components_buttons: http://getbootstrap.com/docs/4.0/components/buttons/ :bs_doc_components_button_group: http://getbootstrap.com/docs/4.0/components/button-group/ :bs_doc_components_cards: http://getbootstrap.com/docs/4.0/components/card/ :bs_doc_components_carousel: http://getbootstrap.com/docs/4.0/components/carousel/ :bs_doc_components_collapse: http://getbootstrap.com/docs/4.0/components/collapse/ :bs_doc_components_dropdowns: http://getbootstrap.com/docs/4.0/components/dropdowns/ :bs_doc_components_forms: http://getbootstrap.com/docs/4.0/components/forms/ :bs_doc_components_input_group: http://getbootstrap.com/docs/4.0/components/input-group/ :bs_doc_components_jumbotron: http://getbootstrap.com/docs/4.0/components/jumbotron/ :bs_doc_components_list_group: http://getbootstrap.com/docs/4.0/components/list-group/ :bs_doc_components_modal: http://getbootstrap.com/docs/4.0/components/modal/ :bs_doc_components_navs: http://getbootstrap.com/docs/4.0/components/navs/ :bs_doc_components_navbar: http://getbootstrap.com/docs/4.0/components/navbar/ :bs_doc_components_pagination: http://getbootstrap.com/docs/4.0/components/pagination/ :bs_doc_components_popovers: http://getbootstrap.com/docs/4.0/components/popovers/ :bs_doc_components_progress: http://getbootstrap.com/docs/4.0/components/progress/ :bs_doc_components_tooltips: http://getbootstrap.com/docs/4.0/components/tooltips/ :bs_doc_utils_borders: http://getbootstrap.com/docs/4.0/utilities/borders/ :bs_doc_utils_clearfix: http://getbootstrap.com/docs/4.0/utilities/clearfix/ :bs_doc_utils_close_icon: http://getbootstrap.com/docs/4.0/utilities/close-icon/ :bs_doc_utils_colors: http://getbootstrap.com/docs/4.0/utilities/colors/ :bs_doc_utils_display: http://getbootstrap.com/docs/4.0/utilities/display/ :bs_doc_utils_embeds: http://getbootstrap.com/docs/4.0/utilities/embed/ :bs_doc_utils_flex: http://getbootstrap.com/docs/4.0/utilities/flex/ :bs_doc_utils_float: http://getbootstrap.com/docs/4.0/utilities/float/ :bs_doc_utils_image_replacement: http://getbootstrap.com/docs/4.0/utilities/image-replacement/ :bs_doc_utils_screenreaders: http://getbootstrap.com/docs/4.0/utilities/screenreaders/ :bs_doc_utils_sizing: http://getbootstrap.com/docs/4.0/utilities/sizing/ :bs_doc_utils_spacing: http://getbootstrap.com/docs/4.0/utilities/spacing/ :bs_doc_utils_text: http://getbootstrap.com/docs/4.0/utilities/text/ :bs_doc_utils_vertical_alignment: http://getbootstrap.com/docs/4.0/utilities/vertical-align/ :bs_doc_utils_visibility: http://getbootstrap.com/docs/4.0/utilities/visibility/ :bs_doc_migration_to_v4: http://getbootstrap.com/docs/4.0/migration/ 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[role="green"] :n: icon:times[role="red"] :c: icon:file-alt[role="blue"] :beginner: icon:battery-quarter[role="md-blue"] :inter: icon:battery-half[role="md-blue"] :advanced: icon:battery-full[role="md-blue"] :emdash: — :bullet: • :bigbullet: ● :bigbigbullet: ⬤ :dot: . :dotdot: .. :middot: · end::tags[] // Data - Data elements for Asciidoctor extensions // ----------------------------------------------------------------------------- tag::data[] :lightbox-image-data-base-color-palette: "pages/previewer/bs-color-palette.png, Bootstrap base color palette" :lightbox-image-data-md-color-palette: "pages/previewer/material-design-color-palette.png, Material Design color palette" 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 https://jekyll.one end::authors[]