summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-07use color attribute on font tag instead of color tag in psuedo-HTML and drop ...Dan Allen
2020-09-07show reason when formatted text parser failsDan Allen
2020-09-07rebuild parser using latest versio of tt and remove redundant extends callsDan Allen
2020-09-07drop support for unused color formats in pseudo-HTML transformerDan Allen
2020-09-07avoid loss of precision in CMYK color value for conum or footnote fontDan Allen
2020-09-07fix invalid end tag in convert_inline_calloutDan Allen
2020-09-06fix crash when Pygments style is not recognized; fall back to pastie styleDan Allen
2020-09-06update parsing for color and background-color style on spanDan Allen
2020-09-06document the purpose of overriding Prawn::Text::Formatted::Box#wrap [skip ci]Dan Allen
2020-09-06document in theming guide how to disable running content on pages inserted by...Dan Allen
2020-09-05move docs for creating a CJK theme to subsection and update; add warning abou...Dan Allen
2020-09-04verify inline image is scaled down to fit available widthDan Allen
2020-09-04remove unnecessary check for leading # on hex color in Rouge themeDan Allen
2020-09-03exclude visual Rouge test if Rouge <= 2.1.0Dan Allen
2020-09-03document in README that toclevels and outlinelevels can be set per section [s...Dan Allen
2020-09-03verify underline style can be used in Rouge themeDan Allen
2020-09-03verify default background color is used to highlight lines in source blockDan Allen
2020-09-03allow each section to control depth of outline for self and children using ou...Dan Allen
2020-09-02test that color value for token is expanded when highlighting source using RougeDan Allen
2020-09-02test token with background color when highlighting source using RougeDan Allen
2020-09-01exclude line-oriented background test when using Rouge < 2.1Dan Allen
2020-09-01fix warning caused by testDan Allen
2020-09-01resolves #1761 drop support for chapter-label and document chapter-signifier ...Dan Allen
2020-09-01test line-oriented bg when highlighting source with RougeDan Allen
2020-09-01make sure Rouge theme can set both bold and italic on tokenDan Allen
2020-09-01log warning rather than crash if front cover image cannot be embedded (e.g., ...Dan Allen
2020-08-31verify converter does not crash if CodeRay generates a token with nil text (e...Dan Allen
2020-08-31add missing test case for facing toc in prepress bookDan Allen
2020-08-30fix assertionDan Allen
2020-08-30revise section in theming guide that covers how to apply a bundled Rouge them...Dan Allen
2020-08-30Update doc with bundled Rouge styles (PR #1760) [skip ci]Jawira Portugal
2020-08-30verify first line of abstract can be italic if abstract font style is normalDan Allen
2020-08-30allow theme to control font size of dot leader in TOCDan Allen
2020-08-30use consistent style for defining class methodsDan Allen
2020-08-30allow Rouge theme to be specified as theme classDan Allen
2020-08-29verify text transform is applied to fallback label text of admonition when im...Dan Allen
2020-08-29resize admonition label to fit if height exceeds height of content boxDan Allen
2020-08-28remove unneeded conditional check in log_messageDan Allen
2020-08-28add a log_messages expectation for asserting multiple log messagesDan Allen
2020-08-28allow log_message expectation to accept an indexDan Allen
2020-08-28verify remote admonition icon image is not embedded if allow-uri-read is not ...Dan Allen
2020-08-28add test to verify border style on block can be set to dottedDan Allen
2020-08-28amend comment [skip ci]Dan Allen
2020-08-28add expectation to assert annotation surrounds textDan Allen
2020-08-27add missing issue reference to CHANGELOG [skip ci]Dan Allen
2020-08-27resolves #1705 allow theme to control background color and border offset for ...Dan Allen
2020-08-27remove unneeded non-canvas option from image_page helper; simplify logicDan Allen
2020-08-27document mark category in theming guide [skip ci]Dan Allen
2020-08-27add missing Oxford commas to theming guide [skip ci]Dan Allen
2020-08-26verify prose_margin_bottom controls padding around content box of admonition ...Dan Allen