// ~/document_base_folder/000_includes // Asciidoc attribute includes: attributes.asciidoc // —————————————————————————–
// URLs - Internal references and/or sources on the Internet // —————————————————————————– tag::urls[] end::urls[]
// FOOTNOTES, global asciidoc attributes (variables) // —————————————————————————– tag::footnotes[] end::footnotes[]
// Tags - Asciidoc attributes used internally // —————————————————————————– tag::tags[] 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[]
// Images - Images from local include/images folder // —————————————————————————– tag::images[] end::images[]
// DOCUMENTS, local document resources // —————————————————————————– tag::documents[] end::documents[]
// TABLES, local table resources // —————————————————————————– tag::tables[] end::tables[]
// PRODUCTS, local product information (e.g. release) // —————————————————————————– tag::products[] end::products[]
// AUTHORS, local author information (e.g. article) // —————————————————————————– tag::authors[] end::authors[]