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