summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-11release 2.1.0 [no ci]v2.1.0Dan Allen
2022-06-10minor revisions to what's new pageDan Allen
2022-06-10fix docs version [skip ci]Dan Allen
2022-06-10update What's New page for Asciidoctor PDF 2.1.0 release (PR #2240)Sarah White
2022-06-10add missing CHANGELOG entry for #897Dan Allen
2022-06-10fix flakey testDan Allen
2022-06-10resolves #1795 don't insert page break between part and first chapter if head...Dan Allen
2022-06-10fix warning on Ruby 2.7Dan Allen
2022-06-10resolves #327 arrange body of article or manpage doctype into multiple column...Dan Allen
2022-06-10resolves #897 preserve text formatting in display of index term (PR #2238)Dan Allen
2022-06-10add test to verify page numbers in index section are not enclosed in link whe...Dan Allen
2022-06-10add test to verify XML special chars can be used in index termDan Allen
2022-06-09slightly optimize convert_inline_quoted; only retrieve theme when neededDan Allen
2022-06-09clear What's New page [no ci]Sarah White
2022-06-09add patch release information to What's New page (PR #2236)Sarah White
2022-06-09add test to verify index terms are normalizedDan Allen
2022-06-08add CHANGELOG entry for 2.0.8 release [no ci]Dan Allen
2022-06-08remove unnecessary override of default_height on boxDan Allen
2022-06-08move column_box method override to Prawn extensionsDan Allen
2022-06-08automatically set height on column box if not specified; update value automat...Dan Allen
2022-06-08update ColumnBox#single_file to honor :reflow_margins option on column boxDan Allen
2022-06-08pass height option when setting up column_box on new page with different marginsDan Allen
2022-06-08honor reflow_margins option when setting up column_box on new page with diffe...Dan Allen
2022-06-08encapsulate logic to adjust column box inside float and dry runDan Allen
2022-06-08remove debug flag on testDan Allen
2022-06-08don't push section that follows index section in article to new page if last ...Dan Allen
2022-06-07fix computation of default height for formatted box inside column boxDan Allen
2022-06-07don't set height of image in README as it distorts the aspect ration when sca...Dan Allen
2022-06-07fix x position of SVG when advanced to next column of column boxDan Allen
2022-06-07at_page_top? should treat top of column box as top of pageDan Allen
2022-06-07resolves #2230 correctly compute value of to cursor on extent when column box...Dan Allen
2022-06-06remove unused method call in converter [skip ci]Dan Allen
2022-06-06don't apply column box in multiple column example if already in column boxDan Allen
2022-06-06fix crash in ColumnBox#move_past_bottom when :reflow_margins option is not setDan Allen
2022-06-06change wording in READMEDan Allen
2022-06-05resolves #1737 add backlink from bibref on bibliography entry to first refere...Dan Allen
2022-06-05enhance with_tmp_file to accept tmpdir option or write to spec/tmp by defaultDan Allen
2022-06-04resolves #1933 add support for scale attribute or iw units on pdfwidth attrib...Dan Allen
2022-06-04resolves #2196 add save_theme helper method (PR #2197)Dan Allen
2022-06-04remove needless aliases option when laoding base themeDan Allen
2022-06-04set up main branch for 2.1.x developmentDan Allen
2022-06-04add integration test with Asciidoctor Kroki (PR #2226)Dan Allen
2022-06-03add title to GitHub release [skip ci]Dan Allen
2022-06-03authenticate gh CLI during release process [skip ci]Dan Allen
2022-06-03release 2.0.7 [no ci]v2.0.7Dan Allen
2022-06-03add note about limitation of remote inline imageDan Allen
2022-06-03resolves #2228 fix crash when doctitle or section title with automatic ID con...Dan Allen
2022-06-02use more logic order for assignments in init_pdfDan Allen
2022-06-02change root and jail keys for SVG root to base and root, respectivelyDan Allen
2022-06-02resolves #1941 allow image path in SVG to refer to any location within Asciid...Dan Allen