summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-05-12move attribute assignment inside conditional in DocBook converterDan Allen
2021-05-12rewrite parse_quoted_text_attributes helper in substitutorsDan Allen
2021-05-09use .to_s instead of interpolation to convert value to stringDan Allen
2021-05-09convert nested if inside else to elsif where possibleDan Allen
2021-05-09move comment about implicit else outside of conditional in path resolver [ski...Dan Allen
2021-05-08use e as variable name for exception object rather than exDan Allen
2021-05-07put each attr accessor declaration for table on its own line for consistencyDan Allen
2021-05-07move comment for implicit else condition outside of conditional block in path...Dan Allen
2021-05-07flatten nested conditional in parserDan Allen
2021-05-07use ||= for conditional assignment in DocumentDan Allen
2021-05-07add missing brackets around assignment inside conditional in parserDan Allen
2021-05-07remove unused assignment when parsing section titleDan Allen
2021-05-07assign delimiter to anonymous local variable when using String#partitionDan Allen
2021-05-07fix missing brackets for assignment in conditional in manpage converter [skip...Dan Allen
2021-05-07remove unused code to register indextermsDan Allen
2021-05-07consistently use += for self assignmentDan Allen
2021-05-07use empty? instead of size to check for empty arrayDan Allen
2021-05-07fix assignment order when preparing operation for ifevalDan Allen
2021-05-06resolve #4046 change ifeval directive to resolve to false if comparison opera...Dan Allen
2021-05-06put each attr declaration on its own line for consistencyDan Allen
2021-05-06use explicit return value when exiting from upto loop in table parserDan Allen
2021-05-06fix indentation in HTML converterDan Allen
2021-05-06define setter for text property on Table::Cell using attr_writerDan Allen
2021-05-06remove redundant space character before method call argument in DocBook conve...Dan Allen
2021-05-05resolves #4048 include all lines outside specified tagged region when tag fil...Dan Allen
2021-05-04fix syntax error in chained method call in manpage converterDan Allen
2021-05-04use correct chaining style in manpage converterDan Allen
2021-05-04remove trailing spaces from empty lines [skip ci]Dan Allen
2021-05-04use next to skip remainder of iteration in HTML converterDan Allen
2021-05-04move classes assignment inside switch statement in HTML converterDan Allen
2021-05-02code style [skip ci]Dan Allen
2021-05-02remove unused block arguments in cli options parserDan Allen
2021-05-02use conditional assignment instead of postfix conditional when assigning mess...Dan Allen
2021-05-02flatten conditional [skip ci]Dan Allen
2021-05-02remove redundant brackets in DocBook converter [skip ci]Dan Allen
2021-05-02move assignment inside conditional in template converterDan Allen
2021-05-02move return value in scan method of template converter to correct locationDan Allen
2021-05-02use each instead of each_with_index when iterating over footnotes in manpage ...Dan Allen
2021-05-02remove space before closing paren in highlight.js adapterDan Allen
2021-05-02remove unnecessary escape in regex in DocBook converterDan Allen
2021-05-02simplify logic to inspect doctitle in Document#to_sDan Allen
2021-04-30remove redundant return keywordsDan Allen
2021-04-30remove semi-colons at the end of SafeMode constant declarationsDan Allen
2021-04-30use percent_x instead of backticks to exec commandDan Allen
2021-04-30leave empty line after magic comment [skip ci]Dan Allen
2021-04-30add missing frozen string literal comment on convert, load, and rx filesDan Allen
2021-04-27Begin development on next version [skip ci]Dan Allen
2021-04-27Release 2.0.15v2.0.15Dan Allen
2021-04-27use document ID as linkend for self xref in DocBook output, auto-generating o...Dan Allen
2021-04-27resolves #3860 don't include trailing punctuation in target of autolink (PR #...Dan Allen