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
/
source_wrap.rb
Age
Commit message (
Expand
)
Author
2022-09-19
call merge instead of dup on Hash where possible (more efficient)
Dan Allen
2022-05-21
follow-up to #2198 hide linenum spacer in source block from wrap by char logic
Dan Allen
2022-05-21
resolves #2198 break and wrap long contiguous text in source block when linen...
Dan Allen
2022-05-14
code style change [no ci]
Dan Allen
2022-04-05
prevent source wrap extension from leaking outside of convert_listing_or_lite...
Dan Allen
2021-06-04
resolves #1934 fix encoding of indent in wrapped source blocks when font is A...
Dan Allen
2021-02-25
remove unnecessary conditions in source wrap logic
Dan Allen
2020-10-17
use safe navigation on hash to eliminate unnecessary nil checks
Dan Allen
2020-09-29
consolidate logic in source wrap; add notes
Dan Allen
2020-09-28
remove unused condition in source wrap extension
Dan Allen
2020-09-06
document the purpose of overriding Prawn::Text::Formatted::Box#wrap [skip ci]
Dan Allen
2019-12-30
resolves #504 indent wrapped lines in source block beyond linenum gutter (PR ...
Dan Allen