summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-18extend the description of the IntelliJ plugin (PR #4061) [skip ci]Alexander Schwartz
2021-05-17change invalid font family "sans" in default stylesheet to "sans-serif" [skip...Dan Allen
2021-05-17use %() instead of %[] for an interpolated string inside an expression inside...Dan Allen
2021-05-17replace interpolated variable with expressionDan Allen
2021-05-17use Float::INFINITY constant instead of 1.0 / 0.0 expressionDan Allen
2021-05-17invert negated condition and branches in ternary expressionDan Allen
2021-05-17fix indentation by moving disabled condition outside of conditional statementDan Allen
2021-05-17use sprintf instead of % operator in TimingsDan Allen
2021-05-17remove indentation before Hash value in rx definitions [skip ci]Dan Allen
2021-05-17format code in Document#resolve_id to make it easier to readDan Allen
2021-05-15use correct description for apostrophe in manpage converterDan Allen
2021-05-15add entry to CHANGELOG for #4060Dan Allen
2021-05-15manpage: fix apostrophe portability (PR #4060)Felipe Contreras
2021-05-15remove extra space before value of Hash entry in substitutors [skip ci]Dan Allen
2021-05-15remove assignment inside conditional in extensionsDan Allen
2021-05-15fix placement of blank line in syntax highlighter [skip ci]Dan Allen
2021-05-15remove redundant use of .to_sDan Allen
2021-05-15use double pipe operator for fallback assignment [skip ci]Dan Allen
2021-05-15fix placement of empty line around conditional [skip ci]Dan Allen
2021-05-14replace numeric character reference for degree sign in manpage outputDan Allen
2021-05-14replace numeric character reference for plus in manpage outputDan Allen
2021-05-14add parentheses around value of assignment defined using conditionalDan Allen
2021-05-14remove redundant parenthesesDan Allen
2021-05-14place include statements in class definitions on separate linesDan Allen
2021-05-14remove extra spaces after keys in Hash [skip ci]Dan Allen
2021-05-14fix missing space after Hash entries in Document [skip ci]Dan Allen
2021-05-14remove empty line directly inside class definition [skip ci]Dan Allen
2021-05-13remove extra spaces before Hash entry value in DocBook converterDan Allen
2021-05-13remove extra space before method argument in DocBook converterDan Allen
2021-05-13resolves #4055 fix crash if :to_file option is passed to load or load_file an...Dan Allen
2021-05-12remove unnecessary assignment in Reader#prepare_linesDan Allen
2021-05-12move attribute assignment inside conditional in DocBook converterDan Allen
2021-05-12add basic text for automatic link text for xref macro shorthandDan Allen
2021-05-12rewrite parse_quoted_text_attributes helper in substitutorsDan Allen
2021-05-12document how to restore substitutions on passthrough blocks when migrating fr...Dan Allen
2021-05-09resolves #4052: fix some your/you're usage (PR #4053)Jason Hood
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