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