summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2022-04-30resolves #434 add support for defining border and padding per heading level i...Dan Allen
2022-04-30consistently use _number prefix on local page number variables [no ci]Dan Allen
2022-04-30resolves #2102 allow border width of block to be specified per edge using 4-v...Dan Allen
2022-04-30resolves #2104 support 2 and 3-value array for padding on block (PR #2106)Dan Allen
2022-04-30resolves #2103 cap border corners on block when width is defined using array ...Dan Allen
2022-04-30rewrite expand_padding_value to use callback for missing key in cache storeDan Allen
2022-04-30use expand_padding_value instead of expand_margin_value when expanding paddin...Dan Allen
2022-04-30update pad_box to add bottom padding in ensure block and to propagate the ret...Dan Allen
2022-04-29allow smallest ends or sides border width on block to be less than 1Dan Allen
2022-04-29neutralize padding hacks in themes designed before the converter had smart ma...Dan Allen
2022-04-29remap layout_ methods contributed to converter by prepended moduleDan Allen
2022-04-29should allow inscribe_toc method in extended converter to insert page above T...Dan Allen
2022-04-29release 2.0.0.alpha.2 [no ci]v2.0.0.alpha.2Dan Allen
2022-04-28resolves #2099 change layout_ method prefix to inscribe_ in converter (PR #2100)Dan Allen
2022-04-28resolves #2095 separate align and text-align keys in theme schema and update ...Dan Allen