summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-05-18release 2.0.0 [no ci]v2.0.0Dan Allen
2022-05-18add foundation to support multi-column layout; add example to docs (PR #2190)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-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-17introduce start_toc_page method to handle positioning cursor at first page of...Dan Allen
2022-05-17use theme_margin in two places where it wasn't being usedDan 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-16change align variable to text_align where appropriate (PR #2182)Dan Allen
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 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-15don't add entry to TOC for notitle section if no content follows itDan Allen
2022-05-15don't add entry to outline for notitle section if no content follows itDan Allen
2022-05-15resolves #2173 apply top line height padding to first line of text when text ...Dan Allen
2022-05-15resolves #2161 allow hyphenation to be turned on and configured using base-hy...Dan Allen
2022-05-15fix how final_gap variable is managed in text_with_formatted_first_lineDan Allen
2022-05-14release 2.0.0.beta.2 [no ci]v2.0.0.beta.2Dan Allen
2022-05-14resolves #353 add support for image float to converter (PR #2147)Dan Allen
2022-05-14reify convert handler for pass blocks and remove block decorationDan Allen
2022-05-14reify convert handler for STEM blocksDan Allen
2022-05-14code style change [no ci]Dan Allen
2022-05-13use instance variable to store force_justify valueDan Allen
2022-05-12restore margin below pass blockDan Allen
2022-05-12rename convert_listing_or_literal to convert_code and alias old nameDan Allen
2022-05-12resolves #2164 configure spacing around thematic break using thematic-break-p...Dan Allen
2022-05-12add utility to conceal page top to force margin to be appliedDan Allen
2022-05-11resolves #2150 coerce image-caption-max-width to fit-content if float attribu...Dan Allen
2022-05-11fix comment [no ci]Dan Allen
2022-05-11resolves #2158 do not orphan sidebar title (PR #2159)Dan Allen
2022-05-11resolves #2156 honor caption-align when element align is not left and caption...Dan Allen
2022-05-11add rdoc to tare_first_page_content_stream method [no ci]Dan Allen
2022-05-11correctly detect preceding code block when determining whether to collapse to...Dan Allen
2022-05-11add index-column-gap key to theme to control size of gap between columns in i...Dan Allen
2022-05-10resolves #2151 add support for orphan avoidance to discrete headings (PR #2153)Dan Allen
2022-05-10resolves #2149 preserve columns on subsequent pages in the index section (PR ...Dan Allen
2022-05-06rename resolve_alignment_from_role to resolve_text_align_from_role to reflect...Dan Allen