summaryrefslogtreecommitdiff
path: root/spec/abstract_spec.rb
AgeCommit message (Expand)Author
2022-09-04don't force justify first line of abstract if it ends with a hard breakDan Allen
2022-08-12add tests to verify bottom padding is collapsed if text of abstract will fit ...Dan Allen
2022-08-12add test to verify padding is supported on abstractDan Allen
2022-08-09resolves #2298 only indent text that starts at left margin (PR #2302)Dan Allen
2022-08-08honor theme settings for inner paragraphs in abstractDan Allen
2022-08-08verify converter only decorates first line of first paragraph in abstractDan Allen
2022-06-07fix computation of default height for formatted box inside column boxDan Allen
2022-05-05correctly apply line spacing and text justification to first line of abstractDan Allen
2022-05-05resolves #2141 support text-transform on first line of abstract (PR #2142)Dan Allen
2022-05-05add support for :color option directly to Prawn::Text::Formatted::Box and rem...Dan Allen
2022-05-05resolves #2138 allow theme to set font style of first line of abstract to nor...Dan Allen
2022-05-05add dedicated test for setting font color of first line of abstract in themeDan Allen
2022-04-30replace instances of base align with base text align in test suite [no ci]Dan Allen
2022-04-28resolves #2095 separate align and text-align keys in theme schema and update ...Dan Allen
2022-04-18resolves #2054 rename blockquote category key in theme to quote (PR #2055)Dan Allen
2022-04-14resolves #1515 implement smart block bottom margins to prevent extra space be...Dan Allen
2021-02-14add test to verify font color for abstract is inherited if not setDan Allen
2020-11-14add test to verify theme can set alignment of abstract titleDan Allen
2020-09-13verify first line of abstract can be set to boldDan Allen
2020-08-30verify first line of abstract can be italic if abstract font style is normalDan Allen
2020-08-24allow theme to set font style of first line of abstract to normalDan Allen
2020-07-09verify theme can set text alignment for abstract independentlyDan Allen
2020-04-23fix warning caused by uninitialized instance variable in Prawn extensionsDan Allen
2020-04-04verify that first line decoration on abstract can be disabled using themeDan Allen
2020-04-04move renaming abstract tests to abstract tests fileDan Allen
2020-04-01convert blocks inside abstract, not just the contents of the blocksDan Allen
2020-04-01move abstract tests to separate fileDan Allen