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
2020-11-17
use sectname to find parts and level to find chapters instead of using custom...
Dan Allen
2020-11-16
resolves #1813 support power operator in theme (PR #1822)
Dan Allen
2020-11-16
core now loads the syntax highlighter, so only load the extensions if necessary
Dan Allen
2020-11-15
verify syntax highlighting is not applied to scratch document
Dan Allen
2020-11-14
add note about when real_params override is needed [skip ci]
Dan Allen
2020-11-14
fix case when passthrough image in autowidth table cell has percentage width
Dan Allen
2020-11-11
upgrade RuboCop, add new rules, and update code to fix violations
Dan Allen
2020-11-06
remove unnecessary check when computing inline image height
Dan Allen
2020-11-05
consult image object type intead of image format in inline image renderer
Dan Allen
2020-11-04
do not crash when parsing passthrough HTML image without width attribute
Dan Allen
2020-11-04
remove unneeded assignment in convert_inline_image
Dan Allen
2020-11-04
fix behavior of unresolved footnote to be compatible with Asciidoctor 2.0.11
Dan Allen
2020-11-04
return nil instead of true for unknown footnote type
Dan Allen
2020-10-29
additional use of safe navigation operator
Dan Allen
2020-10-28
temporarily lock float precision to 4 to normalize differences between pdf-co...
Dan Allen
2020-10-27
resolves #1806 hide print annotation for bare email address (PR #1808)
Dan Allen
2020-10-26
consolidate arguments to Tempfile.create
Dan Allen
2020-10-25
resolves #1699 add default themes optimized for print (PR #1797)
Dan Allen
2020-10-24
allow use of image/jpg MIME type in data URI inside SVG
Dan Allen
2020-10-22
rewrite conditional in add_outline_level to eliminate ambiguous case
Dan Allen
2020-10-22
remove unnecessary logic in inline image arranger now that width is preassigned
Dan Allen
2020-10-21
resolves #1798 force inline image to fit within table cell when width is larg...
Dan Allen
2020-10-20
resolves #1800 only extend theme in extends hierarchy once unless modified wi...
Dan Allen
2020-10-20
don't suppress error message when theme cannot be loaded
Dan Allen
2020-10-20
modify intrinsic_image_dimensions helper to return value in pt
Dan Allen
2020-10-19
only look for hardbreak in table cell if inline_format option is true
Dan Allen
2020-10-17
use alias to define format method in Prawn formatter
Dan Allen
2020-10-17
use safe navigation on hash to eliminate unnecessary nil checks
Dan Allen
2020-10-17
assume void element is br in transform if not otherwised match
Dan Allen
2020-10-17
make initial value for RomanNumeral class required
Dan Allen
2020-10-17
disable unused conditional in text background and border renderer
Dan Allen
2020-10-16
remove unnecessary conditional when highlighting lines in background and bord...
Dan Allen
2020-10-15
update code style in theme loader
Dan Allen
2020-10-15
use safe navigation operator when resolving theme file
Dan Allen
2020-10-13
make dest parameter to store_term method on index catalog required
Dan Allen
2020-10-12
ignore debug parameter in patched GSAlone class
Dan Allen
2020-10-11
rework process_vertical_alignment override and document what it adds
Dan Allen
2020-10-11
fix lint error
Dan Allen
2020-10-11
assume last border direction for table cell is right
Dan Allen
2020-10-09
extract method to promote preface block to section (PR #1787)
Dan Allen
2020-10-09
resolves #1790 fix and test optimizer on windows (PR #1794)
Dan Allen
2020-10-09
resolves #1791 allow path of ghostscript command to be controlled using `GS` ...
Dan Allen
2020-10-09
remove unused methods from RomanNumeral class and simplify check for list_num...
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-08
use safe navigation operator in more places
Dan Allen
2020-10-07
don't apply syntax highlighting if Rouge lexer fails to highlight source; sho...
Dan Allen
2020-10-07
use safe navigation operator when looking for anonymous preface
Dan Allen
2020-10-06
rename Optimizer#generate_file method to Optimizer#optimize_file
Dan Allen
[next]