summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 functions used in rake task outside of task [skip ci]Dan 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-03be more clear about how to set the rouge style and provide an example [skip ci]Dan Allen
2021-05-03use -e in CLI tests instead of -s; include tests that verify the legacy aliasDan Allen
2021-05-03remove logic to build dependent projects on Travis CI [skip ci]Dan 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-02use YAML.safe_load instead of YAML.load in dependents.rake [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-05-02add missing entry to CHANGELOG [skip ci]Dan Allen
2021-05-01resolves #2550 update default stylesheet to indent blocks attached to list it...Dan Allen
2021-04-30remove redundant return keywordsDan Allen
2021-04-30remove semi-colons at the end of SafeMode constant declarationsDan Allen
2021-04-30sort gems in Gemfile [skip ci]Dan Allen
2021-04-30use percent_x instead of backticks to exec commandDan Allen
2021-04-30add missing frozen string literal comment in step_definitions.rb file [skip ci]Dan Allen
2021-04-30add missing frozen string literal comment in Gemfile [skip ci]Dan Allen
2021-04-30leave empty line after magic comment in Rakefile [skip ci]Dan Allen
2021-04-30leave empty line after magic comment in tasks [skip ci]Dan Allen
2021-04-30ignore redundant root namespace reference when checking for Tilt in test suiteDan 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-30fix code style in dependents task [skip ci]Dan Allen
2021-04-28reenable implicit lead role on first paragraph of preamble inside AsciiDoc ta...Dan Allen
2021-04-27Begin development on next version [skip ci]Dan Allen
2021-04-27Release 2.0.15v2.0.15Dan Allen
2021-04-27update output of -v flag in README [skip ci]Dan Allen
2021-04-27add entry for 2.0.15 release to what's new pageDan Allen
2021-04-27use document ID as linkend for self xref in DocBook output, auto-generating o...Dan Allen