summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-25use clearer and more efficient logic to add leveloffset attributes around inc...Dan Allen
2021-07-25remove unnecessary assignment in ReaderDan Allen
2021-07-25set explicit return value for internal unshift and unshift_all methods on ReaderDan Allen
2021-07-25remove unused attributes in component descriptorDan Allen
2021-07-25explain how to obtain a copy of the default stylesheet [skip ci]Dan Allen
2021-07-20fix broken xref on API index page in docs [skip ci]Dan Allen
2021-07-20rewrite the intro page for the API [skip ci]Dan Allen
2021-07-20rename ruby-short attribute in docs to ruby-version [skip ci]Dan Allen
2021-07-19clarify wording on CLI docs page [skip ci]Dan Allen
2021-07-19show in the docs that asciidoctor -v also reports info about the runtime envi...Dan Allen
2021-07-19document on the CLI intro page how to generate the man page for the asciidoct...Dan Allen
2021-07-19update latest release version in docs [skip ci]Dan Allen
2021-07-19update docs to recommend Ruby 3Dan Allen
2021-07-15pass branch that triggered build to dependentsDan Allen
2021-07-15release lock on Bundler version in CIDan Allen
2021-07-13don't run scheduled build on forks [skip ci]Dan Allen
2021-07-12set bundler version in release workflowDan Allen
2021-07-12build dependents on successDan Allen
2021-07-12remove remnants of Travis in CI config [skip ci]Dan Allen
2021-07-10move asciimath dependency declaration to GemfileDan Allen
2021-07-10move all syntax highlighter dependencies to GemfileDan Allen
2021-07-10lock bundler version in CI to workaround regression [skip ci]Dan Allen
2021-07-06add symlink to source of man page in docs to eliminate duplication of content...Dan Allen
2021-07-06minor rewording on API page [skip ci]Dan Allen
2021-07-06add more prominent link to Ruby API for Asciidoctor; update links to Asciidoc...Dan Allen
2021-07-06document how to convert a man page to PostScript and PDF using the man comman...Dan Allen
2021-06-26list the languages into which the built-in languages have been translated [sk...Dan Allen
2021-06-26rework descriptions for tag filtering tests [skip ci]Dan Allen
2021-06-26fix descriptions of tests in reader_tests.rb [skip ci]Dan Allen
2021-06-25update comment about File#mtime workaround for JRuby [skip ci]Dan Allen
2021-06-25upgrade JRuby 9.2 in CIDan Allen
2021-06-25remove unnecessary comment in invoker [skip ci]Dan Allen
2021-06-25add note about required parentheses around method call [skip ci]Dan Allen
2021-06-22store quote in local variable when parsing CSV to avoid unnecessary string al...Dan Allen
2021-06-21rewrite condition in tag filtering to make it easier to readDan Allen
2021-06-21fix invalid indentation in test [skip ci]Dan Allen
2021-06-21add missing entry to CHANGELOG [skip ci]Dan Allen
2021-06-21use the -e flag in place of the -s flag in the documentation (related to #144...Dan Allen
2021-06-21update the documentation for the -e flag in the man page and CLI documentatio...Dan Allen
2021-06-19resolves #4086 only interpret negated wildcard in include tag filter as impli...Dan Allen
2021-06-18rename Hashish to Hashlike in test suite [skip ci]Dan Allen
2021-06-18use guard clause in more places to avoid nesting codeDan Allen
2021-06-18fix missing space in API doc [skip ci]Dan Allen
2021-06-16remove redundant parentheses [skip ci]Dan Allen
2021-06-15remove unused prototype code inside block comment [skip ci]Dan Allen
2021-06-15reenable pending test for folding consecutive list continuation lines; conver...Dan Allen
2021-06-15reenable pending test for sibling dlist term; convert it to a negative testDan Allen
2021-06-15avoid use of !! to coerce value to boolean [skip ci]Dan Allen
2021-06-15use guard clause in more places to avoid nesting codeDan Allen
2021-06-15fix logic from previous refactoring [skip ci]Dan Allen