summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-03-04capture exception to location variable in block image handlerDan Allen
2022-03-02resolves #2001 prevent converter for list item from inserting new page to pos...Dan Allen
2022-02-04only map Comment::PreprocFile in Rouge theme if symbol is definedDan Allen
2022-02-04guard against change to cxx lexer in RougeDan Allen
2022-01-19resolves #1990 handle uppercase characters in character references (PR #1991)Dan White
2022-01-19fix warningDan Allen
2022-01-17check for both linenums option and attribute on source block for backwards co...Dan Allen
2021-12-27add Ruby 3.1 to CI matrix; update error message transformation to account for...Dan Allen
2021-11-05allow title of special section to be hidden by setting untitled option on sec...Dan Allen
2021-09-21resolves #1970 don't crash if value of width attribute on image has invalid f...Dan Allen
2021-09-16add test to verify multiple, comma-separated ranges can be specified for conu...Dan Allen
2021-09-12resolves #1965 fix alignment of list marker for list in AsciiDoc table cell (...Dan Allen
2021-09-05drop safe_yaml gem in favor of YAML.safe_load in Ruby stdlib (PR #1924)Dan Allen
2021-07-15don't show link URL next to link text when media is not screen and show-link-...Dan Allen
2021-07-09don't strip leading null character from fragment text when arranging linesDan Allen
2021-06-16enable additional code style rules; add reason when disabling rule; update co...Dan Allen
2021-06-16remove unused code in comment block [skip ci]Dan Allen
2021-06-16upgrade RuboCop and adjust code to match fix for RegexpLiteral ruleDan Allen
2021-06-12use %r enclosure for regexp if regexp contains a forward slashDan Allen
2021-06-11change Style/BlockDelimiters to be line_count_based and update code to complyDan Allen
2021-06-06enable Style/FormatStringToken rule and add exceptions [skip ci]Dan Allen
2021-06-06enable Style/SoleNestedConditional rule and update code to complyDan Allen
2021-06-06enable Lint/FloatComparison but disable in test suite; add exclusion in main ...Dan Allen
2021-06-06enable Lint/ConstantDefinitionInBlock but disable for test suite; update code...Dan Allen
2021-06-06remove unused constantDan Allen
2021-06-06enforce no braces around Hash in last position of array and update code to co...Dan Allen
2021-06-06enable Lint/AmbiguousBlockAssociation rule and configure exceptionsDan Allen
2021-06-04resolves #1934 fix encoding of indent in wrapped source blocks when font is A...Dan Allen
2021-06-02more closely align RuboCop rules with core and update code to fit [skip ci]Dan Allen
2021-06-02upgrade RuboCop and fix indentation of multi-line method calls [skip ci]Dan Allen
2021-05-16resolves #1927 honor pre-wrap role on phrase (PR #1932)Dan Allen
2021-05-15allow custom inline role to control text transform when it's not the only rol...Dan Allen
2021-05-14resolves #1929 honor prepress page margins on subsequent pages in index (PR #...Dan Allen
2021-05-13only use ? shorthand for character that requires interpolation or backslashDan Allen
2021-05-10resolves #1917 honor pdf-folio-placement setting even when media=prepress (PR...Dan Allen
2021-05-09use while true instead of loop in theme loaderDan Allen
2021-05-05resolves #1922 use value of author attribute in PDF info and pdfmark if autho...Dan Allen
2021-05-02add link to reference for optimizer quality presets [skip ci]Dan Allen
2021-04-28resolves #1915 support link attribute on icon macro (PR #1916)Dan Allen
2021-04-28escape closing square bracket around alt text of missing image so it doesn't ...Dan Allen
2021-04-18remove default values for required arguments of add_outline methodDan Allen
2021-04-18remove default values for required arguments of layout_toc methodDan Allen
2021-04-14verify information from one author does not carry over to next authorDan Allen
2021-04-14use Document#authors to retrieve authors instead of extracting the informatio...Dan Allen
2021-04-10resolves #1909 improve warning about missing characters in fonts with an esca...Alexander Schwartz
2021-04-06clarify that the CodeRayEncoder class inherits the Prawn triple license [skip...Dan Allen
2021-04-04resolves #1904 introduce layout_general_heading to allow extended converter t...Dan Allen
2021-04-03keep anchor with admonition block if block is advanced to next pageDan Allen
2021-04-02position block anchor at top of listing/literal block when advanced to next pageDan Allen
2021-04-02position anchor for block image above top marginDan Allen