summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-29release 2.0.0.alpha.2 [no ci]v2.0.0.alpha.2Dan Allen
2022-04-28fix title of Unreleased section in CHANGELOG [no ci]Dan 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
docs (PR #2096)
2022-04-28resolves #1786 allow entry for preface to be added to TOC without adding ↵Dan Allen
title to body (PR #2094)
2022-04-28fix lint error in test suiteDan Allen
2022-04-28set correct attribute on notitle section being replaced by imported PDF pageDan Allen
2022-04-28report admonition type in warning about missing implicit admonition icon imageDan Allen
2022-04-28change "icon" to "icon image" in warning about missing or broken admonition ↵Dan Allen
icon image
2022-04-28verify that caption text align defaults to value of caption alignDan Allen
2022-04-28verify logo align, if not specified, inherits from title page alignDan Allen
2022-04-27resolves #1697 allow theme to configure admonition icon image when ↵Dan Allen
image-based icons are enabled (PR #2089)
2022-04-27use role assignment instead of add_role to add a role when no role is ↵Dan Allen
present [no ci]
2022-04-27resolves #1213 allow imported page to be referenced from TOC by enclosing in ↵Dan Allen
section with notitle option (PR #2091)
2022-04-27resolves #2092 set the base font of the front cover image is a PDF and the ↵Dan Allen
title page is not active (PR #2093)
2022-04-27add script to generate arrange block reference files [no ci]Dan Allen
2022-04-27update delete_page to handle dests in subtreesDan Allen
2022-04-27only test Ruby 3.0 and JRuby 9.2 once in CIDan Allen
2022-04-27rename use_title_page variable to title_page_on to make it more clear [no ci]Dan Allen
2022-04-27remove theme_font enclosure around call to start_new_chapter and start_new_partDan Allen
2022-04-27allow the title of any section to be hidden using the notitle optionDan Allen
2022-04-27don't call arrange_section if section title is hiddenDan Allen
2022-04-27change name of untitled option on special section to notitleDan Allen
2022-04-27delete dests on page before deleting itDan Allen
2022-04-27remove obsolete comment [no ci]Dan Allen
2022-04-26resolves #2068 protect bottom padding of decorated blocks (PR #2073)Dan Allen
2022-04-26remove debug flag in test suite [no ci]Dan Allen
2022-04-26add key reference to CHANGELOG [no ci]Dan Allen
2022-04-26verify color of bottom border on head row defaults to grid colorDan Allen
2022-04-26add border-style; update border-width (PR #2081)Sarah White
2022-04-26resolves #1687 add asciidoctor/pdf/nogmagick script to prevent Gmagick from ↵Dan Allen
handling PNG images (PR #2078)
2022-04-26resolves #2061 collapse space in front of hidden index term (PR #2083)Dan Allen
2022-04-26use chop instead of chomp when removing trailing space in formatted text ↵Dan Allen
transform
2022-04-26assign variable for visible in convert_inline_indexterm [no ci]Dan Allen
2022-04-26fix broken section in CHANGELOG [no ci]Dan Allen
2022-04-26resolves #1770 add support for image-based icons (PR #2082)Dan Allen
2022-04-26resolves #1940 pass through warnings in background SVG to logger (PR #2080)Dan Allen
2022-04-26remove deprecated alias is_scratch? of scratch?Dan Allen
2022-04-26use "not set" instead of "none" to represent unset value in theming guide ↵Dan Allen
[no ci]
2022-04-26switch remote image URLs in test suite to stable releaseDan Allen
2022-04-25resolves #321 keep closing quote with trailing ellipsis in text enclosed in ↵Dan Allen
typographic quotes (PR #2079)
2022-04-25resolves #1995 add support for background-color property on caption (PR #2077)Dan Allen
2022-04-25reorganize variable assignments in layout_caption [no ci]Dan Allen
2022-04-25resolves #2075 keep section title with first block of content is breakable ↵Dan Allen
option is set on section (PR #2076)
2022-04-25move hidden check for section titleDan Allen
2022-04-25revise arrange_section override example in docs [no ci]Dan Allen
2022-04-25verify recto/verso backgrounds are swapped when pdf folio placement is invertedDan Allen
2022-04-25add missing entry to CHANGELOG [no ci]Dan Allen
2022-04-25don't attempt to arrange section if hiddenDan Allen
2022-04-25pass part, chapterlike, and hidden options to arrange_sectionDan Allen