summaryrefslogtreecommitdiff
path: root/lib/asciidoctor/pdf/formatted_text/transform.rb
AgeCommit message (Expand)Author
2023-04-14add support for nowrap and nobreak roles on formatted textDan Allen
2023-04-12replace use of dup where possibleDan Allen
2022-10-22fix regression that prevented trailing hard break from being removedDan Allen
2022-09-19call merge instead of dup on Hash where possible (more efficient)Dan Allen
2022-09-14resolves #2339 fix crash when smallcaps text transform is applied to a phrase...Dan Allen
2022-09-02process pre-wrap role in text formatterDan Allen
2022-08-29refactor formatted text transform to simplify how inner space is collapsedDan Allen
2022-08-25minor optimization in formatted text transformDan Allen
2022-08-25consolidate code in formatted text transform to make it easier to manageDan Allen
2022-08-13resolves #2297 keep footnote label with preceding text (PR #2310)Dan Allen
2022-06-25resolves #2263 apply text-tranform from custom role on phrase after attribute...Dan Allen
2022-06-15use more self-explanatory variable name in text transform [no ci]Dan Allen
2022-06-14use base-border-color value if border width is set on role for inline phrase ...Dan Allen
2022-05-19consistently use tap/each idiom instead of each_with_object for readability (...Dan Allen
2022-04-26resolves #2061 collapse space in front of hidden index term (PR #2083)Dan Allen
2022-04-26use chop instead of chomp when removing trailing space in formatted text tran...Dan Allen
2022-04-18resolves #1796 rename literal category to codespan in theme (PR #2045)Dan Allen
2022-04-18resolves #2052 rename key theme key to kbd (PR #2053)Dan Allen
2022-04-15resolves #1939 honor role and inherited role on inline image (PR #2029)Dan Allen
2022-01-19resolves #1990 handle uppercase characters in character references (PR #1991)Dan White
2021-05-13only use ? shorthand for character that requires interpolation or backslashDan Allen
2021-02-25resolves #1774 allow theme to control font properties of menu element (PR #1879)Dan Allen
2021-01-26use new precision setting in PrawnDan Allen
2021-01-08resolves #1858 deduplicate inline image fragments that have been split up (PR...Dan Allen
2020-10-17assume void element is br in transform if not otherwised matchDan Allen
2020-10-08make span the fallback tag in formatted text transformDan Allen
2020-10-08make condition for text node the default in formatted text transformDan Allen
2020-10-08make attributes argument on build_fragment helper method requiredDan Allen
2020-10-03remove unused fallback in formatted text transformDan Allen
2020-09-28remove unused check for callback when updating fragment and add note about ca...Dan Allen
2020-09-24consolidate parsing of CMYK value in formatted text transformerDan Allen
2020-09-21only set callback once for aligning formatted textDan Allen
2020-09-10remove unnecessary check when parsing CMYK value in font tagDan Allen
2020-09-08simplify processing of font size in formatted text transformDan Allen
2020-09-08handle color value without leading # on font tag; replace use of <color> tag ...Dan Allen
2020-09-07use color attribute on font tag instead of color tag in psuedo-HTML and drop ...Dan Allen
2020-09-07drop support for unused color formats in pseudo-HTML transformerDan Allen
2020-09-07avoid loss of precision in CMYK color value for conum or footnote fontDan Allen
2020-09-06update parsing for color and background-color style on spanDan Allen
2020-08-27resolves #1705 allow theme to control background color and border offset for ...Dan Allen
2020-08-23allow inline image to be enclosed in link macroDan Allen
2020-08-06drop support for deprecated name attribute to specify ID in pseudo-HTMLDan Allen
2020-07-30fix lint errorDan Allen
2020-07-30add test for text formatter when processing empty elementDan Allen
2020-07-30remove disabled code for handling empty a elementDan Allen
2020-07-16upgrade Rubocop and update code according to new rulesDan Allen
2020-07-14use and enforce a consistent style for comment annotationsDan Allen
2020-03-13resolves #1603 add support for normal_italic font style (PR #1605)Dan Allen
2020-02-03improve tmp file handling (PR #1535)Dan Allen
2019-12-28enforce no parens on method calls and reformat sourceDan Allen