summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-11-17use sectname to find parts and level to find chapters instead of using custom...Dan Allen
2020-11-16resolves #1813 support power operator in theme (PR #1822)Dan Allen
2020-11-16core now loads the syntax highlighter, so only load the extensions if necessaryDan Allen
2020-11-15verify syntax highlighting is not applied to scratch documentDan Allen
2020-11-14add note about when real_params override is needed [skip ci]Dan Allen
2020-11-14fix case when passthrough image in autowidth table cell has percentage widthDan Allen
2020-11-11upgrade RuboCop, add new rules, and update code to fix violationsDan Allen
2020-11-06remove unnecessary check when computing inline image heightDan Allen
2020-11-05consult image object type intead of image format in inline image rendererDan Allen
2020-11-04do not crash when parsing passthrough HTML image without width attributeDan Allen
2020-11-04remove unneeded assignment in convert_inline_imageDan Allen
2020-11-04fix behavior of unresolved footnote to be compatible with Asciidoctor 2.0.11Dan Allen
2020-11-04return nil instead of true for unknown footnote typeDan Allen
2020-10-29additional use of safe navigation operatorDan Allen
2020-10-28temporarily lock float precision to 4 to normalize differences between pdf-co...Dan Allen
2020-10-27resolves #1806 hide print annotation for bare email address (PR #1808)Dan Allen
2020-10-26consolidate arguments to Tempfile.createDan Allen
2020-10-25resolves #1699 add default themes optimized for print (PR #1797)Dan Allen
2020-10-24allow use of image/jpg MIME type in data URI inside SVGDan Allen
2020-10-22rewrite conditional in add_outline_level to eliminate ambiguous caseDan Allen
2020-10-22remove unnecessary logic in inline image arranger now that width is preassignedDan Allen
2020-10-21resolves #1798 force inline image to fit within table cell when width is larg...Dan Allen
2020-10-20resolves #1800 only extend theme in extends hierarchy once unless modified wi...Dan Allen
2020-10-20don't suppress error message when theme cannot be loadedDan Allen
2020-10-20modify intrinsic_image_dimensions helper to return value in ptDan Allen
2020-10-19only look for hardbreak in table cell if inline_format option is trueDan Allen
2020-10-17use alias to define format method in Prawn formatterDan Allen
2020-10-17use safe navigation on hash to eliminate unnecessary nil checksDan Allen
2020-10-17assume void element is br in transform if not otherwised matchDan Allen
2020-10-17make initial value for RomanNumeral class requiredDan Allen
2020-10-17disable unused conditional in text background and border rendererDan Allen
2020-10-16remove unnecessary conditional when highlighting lines in background and bord...Dan Allen
2020-10-15update code style in theme loaderDan Allen
2020-10-15use safe navigation operator when resolving theme fileDan Allen
2020-10-13make dest parameter to store_term method on index catalog requiredDan Allen
2020-10-12ignore debug parameter in patched GSAlone classDan Allen
2020-10-11rework process_vertical_alignment override and document what it addsDan Allen
2020-10-11fix lint errorDan Allen
2020-10-11assume last border direction for table cell is rightDan Allen
2020-10-09extract method to promote preface block to section (PR #1787)Dan Allen
2020-10-09resolves #1790 fix and test optimizer on windows (PR #1794)Dan Allen
2020-10-09resolves #1791 allow path of ghostscript command to be controlled using `GS` ...Dan Allen
2020-10-09remove unused methods from RomanNumeral class and simplify check for list_num...Dan Allen
2020-10-08make span the fallback tag in formatted text transformDan Allen
2020-10-08make condition for text node the default in formatted text transformDan Allen
2020-10-08make attributes argument on build_fragment helper method requiredDan Allen
2020-10-08use safe navigation operator in more placesDan Allen
2020-10-07don't apply syntax highlighting if Rouge lexer fails to highlight source; sho...Dan Allen
2020-10-07use safe navigation operator when looking for anonymous prefaceDan Allen
2020-10-06rename Optimizer#generate_file method to Optimizer#optimize_fileDan Allen