summaryrefslogtreecommitdiff
path: root/spec
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-07avoid loss of precision in CMYK color value for conum or footnote fontDan 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-04verify inline image is scaled down to fit available widthDan Allen
2020-09-03exclude visual Rouge test if Rouge <= 2.1.0Dan 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-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-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-28add expectation to assert annotation surrounds textDan Allen
2020-08-27resolves #1705 allow theme to control background color and border offset for ...Dan Allen
2020-08-26verify prose_margin_bottom controls padding around content box of admonition ...Dan Allen
2020-08-25consistently use "be" matcher to assert page numberDan Allen
2020-08-25verify inline macro can be used in running contentDan Allen
2020-08-25follow-up to #1745 to add support for % units as wellDan Allen
2020-08-24fix lint error in test suiteDan Allen
2020-08-24allow theme to set font style of first line of abstract to normalDan Allen
2020-08-23test all font size unitsDan Allen
2020-08-23allow inline image to be enclosed in link macroDan Allen
2020-08-23verify theme instance can be passed to Rouge formatterDan Allen
2020-08-22apply base font style to text on title pageDan Allen
2020-08-22verify substitutions are applied to attribution and citetitle attributes encl...Dan Allen
2020-08-21resolves #1754 allow theme to disable title page by assigning false to title_...Dan Allen
2020-08-21resolves #1437 verify OTF font supportDan Allen
2020-08-19resolves #1752 render image at end of section title in corresponding toc entr...Dan Allen
2020-08-18resolves #1735 align TOC section properly when index exceeds one page and sec...Dan Allen
2020-08-17fix crash when TOC is enabled and index is emptyDan Allen
2020-08-17resolves #1741 show textual label on admonition if icon image fails to embed ...Dan Allen