summaryrefslogtreecommitdiff
path: root/spec/listing_spec.rb
AgeCommit message (Expand)Author
2023-02-12resolves #2390 prevent special character substitution from interfering with c...Dan Allen
2022-10-30switch from EOS to END as heredoc delimiterDan Allen
2022-08-20resolves #2304 allow theme to set minimum height of orphans for code blocks (...Dan Allen
2022-08-19resolves #2304 don't break code block that is less than breakable minimum lin...Dan Allen
2022-07-31apply text transform and formatting when computing height of background for c...Dan Allen
2022-07-19remove use of build_pdf_theme except where neededDan Allen
2022-07-03resolves #2271 fix position of background color on caption with outside margi...Dan Allen
2022-05-21remove debug flag in test suiteDan Allen
2022-05-21verify that long line in verbatim block wraps and that extent is computed cor...Dan Allen
2022-05-17resolves #1730 allow theme to position caption for code and example blocks be...Dan Allen
2022-05-03remove debug flag from test suiteDan Allen
2022-05-03add test to cover #979Dan Allen
2022-04-30resolves #2102 allow border width of block to be specified per edge using 4-v...Dan Allen
2022-04-30resolves #2104 support 2 and 3-value array for padding on block (PR #2106)Dan Allen
2022-04-29allow smallest ends or sides border width on block to be less than 1Dan 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-25resolves #1995 add support for background-color property on caption (PR #2077)Dan Allen
2022-04-18resolves #2013 allow location of anchor for block to be positioned relative t...Dan Allen
2022-04-14resolves #1515 implement smart block bottom margins to prevent extra space be...Dan Allen
2022-04-05resolves #2003 compute extent of content in scratch document to arrange conte...Dan Allen
2022-03-05add helper to retrieve metadata for destinationDan Allen
2021-04-02position block anchor at top of listing/literal block when advanced to next pageDan Allen
2021-03-27resolves #1897 keep anchor with source block (PR #1901)Dan Allen
2021-02-08handle case when border width for ends or sides on code block is nilDan Allen
2020-11-20resolves #1827 drop support for deprecated pdf-style and pdf-stylesdir attrib...Dan Allen
2020-09-17verify code block uses base font color if value is not specified for code-fon...Dan Allen
2020-07-22convert CMYK value correct in PDF inspector for use in testsDan Allen
2020-07-22verify CMYK value can be used for conum colorDan Allen
2020-07-04test case when min font size for code is nilDan Allen
2020-07-02verify listing block has numbered label if listing-caption attribute is setDan Allen
2020-06-30verify font size is not resized if text does not wrap when autofit option is setDan Allen
2020-06-29verify padding can be set per side of code block when autofitting textDan Allen
2020-06-25fix lint errorsDan Allen
2020-06-24test theme can set padding per side of code blockDan Allen
2020-06-23test theme can override min font size for code blockDan Allen
2020-05-27resolves #1704 allow callouts sub to be disabled on source blocks (PR #1706)Dan Allen
2020-05-18resolves #1693 allow theme to configure width of block border on ends separat...Dan Allen
2020-05-12use single-quoted heredoc where possibleDan Allen
2020-05-01add test to verify converter handles empty listing blockDan Allen
2020-04-10add test for indentation guard when string starts with indented lineDan Allen
2020-03-25update test to verify expand tabs routine preserves blank linesDan Allen
2020-03-19resolves #1611 use conum font family defined in theme for conum in verbatim b...Dan Allen
2020-02-10render pass block as listing block, using raw source as contentsDan Allen
2020-02-07add test for quotes substitution in listing blockDan Allen
2019-12-12render stem contentDan Allen
2019-12-03add and customize dedicated linter rules for rspecDan Allen
2019-12-03enforce magic comment for frozen string literalDan Allen
2019-10-19make flags in test suite more fine-grainedDan Allen
2019-10-04resolves #307 allow theme to override caption styles for specific block categ...Dan Allen