summaryrefslogtreecommitdiff
path: root/spec/admonition_spec.rb
AgeCommit message (Expand)Author
2022-05-04resolves #2134 use base-border-color as default border color (PR #2136)Dan Allen
2022-04-30fix crash in certain circumstances when theme does not define value for base-...Dan Allen
2022-04-30resolves #2104 support 2 and 3-value array for padding on block (PR #2106)Dan Allen
2022-04-28resolves #2095 separate align and text-align keys in theme schema and update ...Dan Allen
2022-04-28report admonition type in warning about missing implicit admonition icon imageDan Allen
2022-04-28change "icon" to "icon image" in warning about missing or broken admonition i...Dan Allen
2022-04-27resolves #1697 allow theme to configure admonition icon image when image-base...Dan Allen
2022-04-26resolves #2068 protect bottom padding of decorated blocks (PR #2073)Dan Allen
2022-04-18resolves #2013 allow location of anchor for block to be positioned relative t...Dan Allen
2022-04-17verify fix for #907 do not increment counter more times than expectedDan Allen
2022-04-14resolves #1515 implement smart block bottom margins to prevent extra space be...Dan Allen
2022-04-11verify correct padding is applied around content of admonition blockDan Allen
2022-04-05resolves #2003 compute extent of content in scratch document to arrange conte...Dan Allen
2022-03-19remove requirement to wrap first argument to log_messages assertion as a nest...Dan Allen
2022-03-05add helper to retrieve metadata for destinationDan Allen
2021-04-03keep anchor with admonition block if block is advanced to next pageDan Allen
2021-02-16verify default width is used for vertical rule if not specifiedDan Allen
2021-01-26use new precision setting in PrawnDan Allen
2021-01-11align warning message about allow-uri-read with core processorDan Allen
2020-10-24remove unused instances of analyze option in test suiteDan Allen
2020-09-14verify warnings for SVG admonition are only emitted in main documentDan 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-28add a log_messages expectation for asserting multiple log messagesDan Allen
2020-08-28verify remote admonition icon image is not embedded if allow-uri-read is not ...Dan Allen
2020-08-26verify prose_margin_bottom controls padding around content box of admonition ...Dan Allen
2020-08-17resolves #1741 show textual label on admonition if icon image fails to embed ...Dan Allen
2020-08-15verify that admonition label is used in place of missing admonition iconDan Allen
2020-08-11verify vertical rule on admonition can have dashed, dotted, or double styleDan Allen
2020-08-09verify case when text transform is none or an unrecognized valueDan Allen
2020-08-06verify warning is emitted when raster icon for admonition block cannot be emb...Dan Allen
2020-07-19verify SVG warnings for admonition icon are loggedDan Allen
2020-07-17test that admonition uses base border width for column rule if column rule wi...Dan Allen
2020-07-15verify data-uri attribute is toggled properly when resolving icon image for a...Dan Allen
2020-07-15use resolve_image_path to resolve path to admonition icon imageDan Allen
2020-07-14use and enforce a consistent style for comment annotationsDan Allen
2020-07-01make sure converter doesn't crash if theme does not define icon properties fo...Dan Allen
2020-06-26verify admonition icon images honors label min widthDan Allen
2020-06-26add test for icontype attribute to control file extension of admonition imageDan Allen
2020-06-18verify admonition icon is resize to fit, if necessaryDan Allen
2020-06-17verify remote image in custom SVG admonition icon is fetched if allow-uri-rea...Dan Allen
2020-06-15use default note icon if icon name for admonition cannot be resolvedDan Allen
2020-06-14extend test to verify info message is emitted when admonition icon name has f...Dan Allen
2020-06-14verify fa- prefix can be used to define admonition iconDan Allen
2020-06-09verify admonition label text is not transformed if admonition_label_text_tran...Dan Allen
2020-06-08verify admonition icon can have explicit or default size, and size is reduced...Dan Allen
2020-06-05test that column rule is not drawn on admonition block if column rule color i...Dan Allen
2020-06-05test that singular admonition padding and label padding values are expandedDan Allen
2020-06-05assert that admonition label is not shown if height exceeds available spaceDan Allen
2020-06-05add test for custom SVG icon on admonition block that fits within heightDan Allen