summaryrefslogtreecommitdiff
path: root/spec/list_spec.rb
AgeCommit message (Collapse)Author
2023-03-12resolves #2402 add callout-list-marker-font-color theme key to control color ↵Dan Allen
of conum marker in callout list (PR #2403)
2022-10-30switch from EOS to END as heredoc delimiterDan Allen
2022-07-20allow theme to control font style of marker (per marker or all markers) for ↵Dan Allen
unordered list
2022-07-20resolves #2279 allow theme to control font properties of marker for ordered ↵Dan Allen
list using olist-marker category (PR #2285)
2022-07-19remove use of build_pdf_theme except where neededDan Allen
2022-06-05resolves #1737 add backlink from bibref on bibliography entry to first ↵Dan Allen
reference to that entry in the document (PR #2221)
2022-05-14resolves #2163 rename theme suffix with-fallback-font to ↵Dan Allen
with-font-fallbacks; add built-in default-sans theme (PR #2168)
2022-05-11correctly detect preceding code block when determining whether to collapse ↵Dan Allen
top margin of colist
2022-04-19move code-callout-list-margin-top theme key to ↵Dan Allen
callout-list-margin-top-after-code (PR #2056)
2022-04-18resolves #1722 add callout-list category to theme for controlling font ↵Dan Allen
properties and item spacing of callout lists (PR #2047)
2022-04-18allow role or theme to control text alignment of colistDan Allen
2022-04-16resolves #2032 allow theme to control line height for blocks using ↵Dan Allen
line-height property where font properties are accepted (PR #2036)
2022-04-16resolves #1894 rename the outline-list category in the theme to list; remap ↵Dan Allen
deprecated keys (PR #2039)
2022-04-14resolves #1515 implement smart block bottom margins to prevent extra space ↵Dan Allen
below blocks, particularly nested blocks (PR #2028)
2022-04-12verify spacing is consistent between items in lineal listDan Allen
2022-04-12fix lint errors in testsDan Allen
2022-04-12correctly compute height of delimited block attached to description of item ↵Dan Allen
in horizontal dlist (follow-up to #2003)
2022-04-08remove .only prefix on test [skip ci]Dan Allen
2022-04-06resolves #1994 apply font color and text transform from theme to terms in ↵Dan Allen
horizontal dlist (PR #2026)
2022-03-02resolves #2001 prevent converter for list item from inserting new page to ↵Dan Allen
position marker when next page is already instantiated (PR #2002)
2021-09-17verify that a singular conum_glyphs value only supports a single conumDan Allen
2021-09-16add test to verify multiple, comma-separated ranges can be specified for ↵Dan Allen
conum glyphs
2021-03-28resolves #1895 allow theme to control top margin of callout lists (PR #1896)Eiji Honjo
2020-11-11upgrade RuboCop, add new rules, and update code to fix violationsDan Allen
2020-10-12verify line height for dlist term set by theme is applied to horizontal dlistDan Allen
2020-09-15test case when colist does not follow a verbatim blockDan Allen
2020-08-25consistently use "be" matcher to assert page numberDan Allen
2020-08-14verify start value of olist can be < 0 when using decimal numberingDan Allen
2020-07-29display decimal list marker correctly when list is reversedDan Allen
2020-07-27fix lint errorDan Allen
2020-07-27verify reverse ordering works for alpha numberingDan Allen
2020-07-15use correct list style for testDan Allen
2020-07-14use and enforce a consistent style for comment annotationsDan Allen
2020-07-10fix lint errorDan Allen
2020-07-10test that list indent defaults to 0 for unstyled listDan Allen
2020-07-09verify custom list indent is applied to list with none styleDan Allen
2020-07-09verify theme can set line height of description list termsDan Allen
2020-06-06verify converter can convert qanda item with only block contentDan Allen
2020-05-27introduce find_unique_text helper and use it in list testsDan Allen
2020-05-23add test for description list item with no descriptionDan Allen
2020-05-23add scenario for itemized description list item that has only blocks, no textDan Allen
2020-05-21fix broken testsDan Allen
2020-05-21verify indent for list can be disabledDan Allen
2020-05-12use single-quoted heredoc where possibleDan Allen
2020-05-11test that default marker color for all lists can be set using themeDan Allen
2020-05-10assert unknown list style message not logged in scratch documentDan Allen
2020-05-10add test for start value of 1 on ordered listDan Allen
2020-05-06verify converter does not crash if conum_glyphs is a single value; fix note ↵Dan Allen
for key in theming guide
2020-04-28resolves #1650 use more robust strategy for line height normalization (PR #1667)Dan Allen
2020-04-26add test for reversed option on ordered listDan Allen