summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2022-05-05correctly apply line spacing and text justification to first line of abstractDan Allen
2022-05-05resolves #2141 support text-transform on first line of abstract (PR #2142)Dan Allen
2022-05-05add support for :color option directly to Prawn::Text::Formatted::Box and rem...Dan Allen
2022-05-05resolves #2138 allow theme to set font style of first line of abstract to nor...Dan Allen
2022-05-04release 2.0.0.beta.1 [no ci]v2.0.0.beta.1Dan Allen
2022-05-04resolves #1656 introduce index-pagenum-sequence-style document attribute to c...Dan Allen
2022-05-04resolves #2134 use base-border-color as default border color (PR #2136)Dan Allen
2022-05-04don't set font style on index category by defaultDan Allen
2022-05-03resolves #125 allow built-in optimizer to set PDF compliance flag (PDF/A and ...Dan Allen
2022-05-03fix crash when converting chronicles example using bare themeDan Allen
2022-05-03actually use ғ instead of ꜰ in smallcaps transform, as documented [no ci]Dan Allen
2022-05-03fix wording in comment [no ci]Dan Allen
2022-05-03resolves #1192 add support for smallcaps text transform (PR #2131)Dan Allen
2022-05-03resolves #2128 make allocate_toc method reusable (PR #2129)Dan Allen
2022-05-03set @label instance variable earlier to avoid undefined warningDan Allen
2022-05-02resolves #2125 remap table-caption-side theme key to table-caption-end (PR #2...Dan Allen
2022-05-02add Page#imported method to mark page as imported (which suppresses running c...Dan Allen
2022-05-02resolves #2115 allow theme to configure the end on which the caption of a blo...Dan Allen
2022-05-02resolves #2097 allow extended converter to insert or filter toc entries by ov...Dan Allen
2022-05-02rewrite ink_toc_level to work with any block entries instead of assuming they...Dan Allen
2022-05-02resolves #2119 allow border width of block image to be specified as an array ...Dan Allen
2022-05-02rename delete_page extension method to delete_current_page to avoid conflict ...Dan Allen
2022-05-02follow up to #1687 add asciidoctor/pdf/nopngmagick script to unregister Gmagi...Dan Allen
2022-05-01resolves #1789 allow entry for document in outline to be controlled using out...Dan Allen
2022-05-01fix code comment [no ci]Dan Allen
2022-05-01release 2.0.0.alpha.3 [no ci]v2.0.0.alpha.3Dan Allen
2022-04-30change inscribe_ method prefix in converter to ink_ (PR #2113)Dan Allen
2022-04-30use sensible fallbacks for table border color and width (PR #2112)Dan Allen
2022-04-30fix crash in certain circumstances when theme does not define value for base-...Dan Allen
2022-04-30refactor local vars in inscribe_headingDan Allen