summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-18release 2.0.0 [no ci]v2.0.0Dan Allen
2022-05-18use CSS hex notation for colors in chronicles themes [no ci]Dan Allen
2022-05-18add foundation to support multi-column layout; add example to docs (PR #2190)Dan Allen
2022-05-18document the PDF compliance keywords that can be passed to the optimize attri...Dan Allen
2022-05-18use more stable approach to recreating current bounds in scratch document (PR...Dan Allen
2022-05-17release 2.0.0.rc.1 [no ci]v2.0.0.rc.1Dan Allen
2022-05-17resolves #1730 allow theme to position caption for code and example blocks be...Dan Allen
2022-05-17update instructions to convert basic example, retake screenshot, squoosh it, ...Dan Allen
2022-05-17prepare README for Asciidoctor PDF 2.0.0 release (PR #2188)Sarah White
2022-05-17resolves #412 replace docdir attribute reference in value of pdf-themesdir an...Dan Allen
2022-05-17don't apply border on block images to logo image on title pageDan Allen
2022-05-17use keyword argument for relative option on fixture_file helper [no ci]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-17introduce start_toc_page method to handle positioning cursor at first page of...Dan Allen
2022-05-17add method of start_new_part and start_new_chapter methods on extended conver...Dan Allen
2022-05-17use theme_margin in two places where it wasn't being usedDan Allen
2022-05-17add test to verify ink_general_heading can handle article doctitleDan Allen
2022-05-17resolves #66 add extended converter that creates a custom title page (PR #2184)Dan Allen
2022-05-17remove debug flag in test suiteDan Allen
2022-05-17remove requirement to add dummy text to title page to preserve itDan Allen
2022-05-17split out start_title_page method from ink_title_page to make customization o...Dan Allen
2022-05-16don't run CI for pushes and pull requests with only changes to docs [no ci]Dan Allen
2022-05-16[docs] remove trailing lines from page sourceDan Allen
2022-05-16don't run CI if HEAD commit message starts with [docs] [no ci]Dan Allen
2022-05-16change align variable to text_align where appropriate (PR #2182)Dan Allen
2022-05-16fix typos [skip ci]Sarah White
2022-05-16resolves #2145 document section level override for PDF outline (PR #2181)Sarah White
2022-05-16clarify image usage in documents (PR #2179)Sarah White
2022-05-16remove obsolete comment [no ci]Dan Allen
2022-05-16add DOM traversal methods to simplify the logic in the converter (PR #2178)Dan Allen
2022-05-16fix formatting in GitHub Actions config filesDan Allen
2022-05-16set permissions for GitHub actions (PR #2167)Naveen
2022-05-16draw correlation between base category in theme and body selector in CSSDan Allen
2022-05-16docs reviewed with grammar and spell checker (PR #2171)Alexander Schwartz
2022-05-16fix lint errorDan Allen
2022-05-16use advance_page rather than start_new_page to move heading to next pageDan Allen
2022-05-16use smarter logic in advance_page helper that delegates to move_past_bottom w...Dan Allen
2022-05-16rewrite ColumnBox#move_past_bottom to delegate to move_past_bottom on parent ...Dan Allen
2022-05-16remove superfluous args on ColumnBox#move_past_bottomDan Allen
2022-05-16remove workaround for computing cursor in column box; call move_past_bottom o...Dan Allen
2022-05-16use correct left value when creating bounding boxDan Allen
2022-05-16qualify prototype as scratch_prototypeDan Allen
2022-05-16resolves #2176 look for block align roles on image instead of text align role...Dan Allen
2022-05-16reorder methods in converter to be more logicalDan Allen
2022-05-16reclassify and mark which methods in the converter are privateDan Allen
2022-05-15add test to verify text formatting is applied to text that wraps around a floatDan Allen