summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-05-23use simpler strategy to sort safe mode namesDan Allen
2021-05-22resolves #4065 show safe modes in strictness order in CLI help (PR #4067)Dan Allen
2021-05-22add explicit return value in parse_block_metadata_line to fix warningsDan Allen
2021-05-22consolidate logic when looking for Markdown-style fenced code blockDan Allen
2021-05-22avoid use of nested modifier in parserDan Allen
2021-05-22invert conditional in DocBook converter (use if instead of unless)Dan Allen
2021-05-20consolidate logic branches in Document#counterDan Allen
2021-05-20consolidate duplicate branches in method that adjusts indentationDan Allen
2021-05-20consolidate duplicate branches for converting table sections in manpage conve...Dan Allen
2021-05-20fix indentation when declaring private class method; clarify why the symbol i...Dan Allen
2021-05-20use next to short circuit loop with single conditionalDan Allen
2021-05-20fix indentation of RougeExt module [skip ci]Dan Allen
2021-05-19tuck remaining info-level message in substitutors inside blockDan Allen
2021-05-18use class << self idiom to define class methods for Converter::TemplateConverterDan Allen
2021-05-18use while modifier when body is only a single lineDan Allen
2021-05-18define setter method for text using attr_writer on ListItem [skip ci]Dan Allen
2021-05-18define getter method for registry using attr_reader on SyntaxHighlighter::Cus...Dan Allen
2021-05-18remove unused private keyword in SyntaxHighlighter::DefaultFactory [skip ci]Dan Allen
2021-05-18use %() instead of %{} for an interpolated string inside an expression inside...Dan Allen
2021-05-18use %() instead of %[] for an interpolated string inside an expression inside...Dan Allen
2021-05-18switch multiline gsub block in manpage converter to do..end styleDan Allen
2021-05-18rewrite Reader#read_lines_until (PR #4063)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-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