summaryrefslogtreecommitdiff
path: root/docs/modules/extend/examples
AgeCommit message (Expand)Author
2023-06-28document how to add breakable option to all tables at runtime using Asciidoct...Dan Allen
2023-04-11add extended converter to add wrap indicator to code blocksDan Allen
2022-10-21build on the inline macro example in the docs that resolves the page numberDan Allen
2022-09-20simplify logic in extended converter that supports role on tableDan Allen
2022-09-20access theme as property instead of instance variable in example codeDan Allen
2022-09-14add extended converter example that looks for images in multiple dirsDan Allen
2022-08-11fix typo in extended converter for admonition theme per typeDan Allen
2022-08-05document how to vertically center the part title using an extended converterDan Allen
2022-07-06don't attempt to call start_with? on a Symbol in the extended converter examplesDan Allen
2022-06-13store zero-based column of current and from on Extent (PR #2244)Dan Allen
2022-06-13emphasize that the table role extended converter can be used for other block ...Dan Allen
2022-06-12add example of extended converter to theme specific admonition typesDan Allen
2022-06-12take column into account in extended converter that imprints source language ...Dan Allen
2022-06-11add extended converter example that imprints a source language label on code ...Dan Allen
2022-06-10resolves #327 arrange body of article or manpage doctype into multiple column...Dan Allen
2022-06-06don't apply column box in multiple column example if already in column boxDan Allen
2022-06-04resolves #2196 add save_theme helper method (PR #2197)Dan Allen
2022-05-18add foundation to support multi-column layout; add example to docs (PR #2190)Dan Allen
2022-05-17resolves #1597 add example of extended converter that adds change bars to par...Dan Allen
2022-05-17add example of extended converter that inserts a license pageDan Allen
2022-05-17consider paragraphs whose parent is the document in the paragraph numbering e...Dan Allen
2022-05-17resolves #1325 add example of extended converter that makes the TOC narrow (P...Dan Allen
2022-05-17add example that shows how to access page number from converter in an inline ...Dan Allen
2022-05-17resolves #66 add extended converter that creates a custom title page (PR #2184)Dan Allen
2022-05-16use advance_page rather than start_new_page to move heading to next pageDan Allen
2022-05-14resolves #353 add support for image float to converter (PR #2147)Dan Allen
2022-05-11update extended converter that avoids a page break after a heading and use it...Dan Allen
2022-05-07use correct method names in avoid break after section title converter exampleDan Allen
2022-05-07fix syntax error in avoid break after section title converter exampleDan Allen
2022-05-03resolves #2128 make allocate_toc method reusable (PR #2129)Dan Allen
2022-05-02add note about using theme keys in an extended converter [no ci]Dan Allen
2022-05-02add extended converter use cases page and put extended converter code in exam...Dan Allen