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
Age
Commit message (
Expand
)
Author
2022-05-17
release 2.0.0.rc.1 [no ci]
v2.0.0.rc.1
Dan Allen
2022-05-17
resolves #1730 allow theme to position caption for code and example blocks be...
Dan Allen
2022-05-17
resolves #412 replace docdir attribute reference in value of pdf-themesdir an...
Dan Allen
2022-05-17
don't apply border on block images to logo image on title page
Dan Allen
2022-05-17
introduce start_toc_page method to handle positioning cursor at first page of...
Dan Allen
2022-05-17
use theme_margin in two places where it wasn't being used
Dan Allen
2022-05-17
remove requirement to add dummy text to title page to preserve it
Dan Allen
2022-05-17
split out start_title_page method from ink_title_page to make customization o...
Dan Allen
2022-05-16
change align variable to text_align where appropriate (PR #2182)
Dan Allen
2022-05-16
remove obsolete comment [no ci]
Dan Allen
2022-05-16
add DOM traversal methods to simplify the logic in the converter (PR #2178)
Dan Allen
2022-05-16
fix lint error
Dan Allen
2022-05-16
use advance_page rather than start_new_page to move heading to next page
Dan Allen
2022-05-16
use smarter logic in advance_page helper that delegates to move_past_bottom w...
Dan Allen
2022-05-16
rewrite ColumnBox#move_past_bottom to delegate to move_past_bottom on parent ...
Dan Allen
2022-05-16
remove superfluous args on ColumnBox#move_past_bottom
Dan Allen
2022-05-16
remove workaround for computing cursor in column box; call move_past_bottom o...
Dan Allen
2022-05-16
use correct left value when creating bounding box
Dan Allen
2022-05-16
qualify prototype as scratch_prototype
Dan Allen
2022-05-16
resolves #2176 look for block align roles on image instead of text align role...
Dan Allen
2022-05-16
reorder methods in converter to be more logical
Dan Allen
2022-05-16
reclassify and mark which methods in the converter are private
Dan Allen
2022-05-15
don't add entry to TOC for notitle section if no content follows it
Dan Allen
2022-05-15
don't add entry to outline for notitle section if no content follows it
Dan Allen
2022-05-15
resolves #2173 apply top line height padding to first line of text when text ...
Dan Allen
2022-05-15
resolves #2161 allow hyphenation to be turned on and configured using base-hy...
Dan Allen
2022-05-15
fix how final_gap variable is managed in text_with_formatted_first_line
Dan Allen
2022-05-14
release 2.0.0.beta.2 [no ci]
v2.0.0.beta.2
Dan Allen
2022-05-14
resolves #353 add support for image float to converter (PR #2147)
Dan Allen
2022-05-14
reify convert handler for pass blocks and remove block decoration
Dan Allen
2022-05-14
reify convert handler for STEM blocks
Dan Allen
2022-05-14
code style change [no ci]
Dan Allen
2022-05-13
use instance variable to store force_justify value
Dan Allen
2022-05-12
restore margin below pass block
Dan Allen
2022-05-12
rename convert_listing_or_literal to convert_code and alias old name
Dan Allen
2022-05-12
resolves #2164 configure spacing around thematic break using thematic-break-p...
Dan Allen
2022-05-12
add utility to conceal page top to force margin to be applied
Dan Allen
2022-05-11
resolves #2150 coerce image-caption-max-width to fit-content if float attribu...
Dan Allen
2022-05-11
fix comment [no ci]
Dan Allen
2022-05-11
resolves #2158 do not orphan sidebar title (PR #2159)
Dan Allen
2022-05-11
resolves #2156 honor caption-align when element align is not left and caption...
Dan Allen
2022-05-11
add rdoc to tare_first_page_content_stream method [no ci]
Dan Allen
2022-05-11
correctly detect preceding code block when determining whether to collapse to...
Dan Allen
2022-05-11
add index-column-gap key to theme to control size of gap between columns in i...
Dan Allen
2022-05-10
resolves #2151 add support for orphan avoidance to discrete headings (PR #2153)
Dan Allen
2022-05-10
resolves #2149 preserve columns on subsequent pages in the index section (PR ...
Dan Allen
2022-05-06
rename resolve_alignment_from_role to resolve_text_align_from_role to reflect...
Dan Allen
2022-05-05
correctly apply line spacing and text justification to first line of abstract
Dan Allen
2022-05-05
resolves #2141 support text-transform on first line of abstract (PR #2142)
Dan Allen
2022-05-05
add support for :color option directly to Prawn::Text::Formatted::Box and rem...
Dan Allen
[next]