summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-18add description to features pageDan Allen
2022-01-16resolves #3313 set linenums option on source block when line numbering is ena...Dan Allen
2022-01-14be consistent about how options are set internallyDan Allen
2022-01-13add test to verify that Helpers.require_library preserves cause of LoadError ...Dan Allen
2022-01-12resolves #3220 alias Inline#content to Inline#text so Inline node quacks like...Dan Allen
2022-01-11update CHANGELOG to clarify when characters in URI are encoded according to R...Dan Allen
2022-01-11don't overqualify types in test suiteDan Allen
2022-01-11use parallel methods on Object to remove and set AsciiMath constant in testsDan Allen
2022-01-09cite example for remapping a backend to a different converter in the docsDan Allen
2022-01-08update RuboCop and add new copsDan Allen
2022-01-08document that extension can promote paragraph to compound block and add testDan Allen
2022-01-08remove outdated commentDan Allen
2022-01-07resolves #4103 clarify that substitutions are not applied to the value of att...Dan Allen
2022-01-07fix layout of API options tableDan Allen
2022-01-05import CHANGELOG section for 2.0.17 release [skip ci]Dan Allen
2022-01-05release using Ruby 3.0 instead of 3.1 [skip ci]Dan Allen
2022-01-05clarify that Asciidoctor core may sometimes be referred to as Asciidoctor RubyDan Allen
2022-01-04document how to repurpose a man page with a different nameDan Allen
2022-01-04document how the secondary names are handled by the manpage converterDan Allen
2022-01-03document that the parser parses the lines of a compound block returned by the...Dan Allen
2022-01-03use keep_if instead of select when subject is dynamicDan Allen
2022-01-03resolves #4230 don't warn if a negated tag is not found in include file (PR #...Dan Allen
2022-01-02Hide autoload converter/template from Opal (PR #4205)Guillaume Grossetie
2022-01-02change "show the backtrace" to "show backtrace" in CLI hintDan Allen
2022-01-01update benchmark [skip ci]Dan Allen
2022-01-01handle return value of process method for block and block macro extension pro...Dan Allen
2021-12-29fix lint errorDan Allen
2021-12-29assert expected requests in cache-uri testsDan Allen
2021-12-29enhance using_test_webserver to track requests and pass host and thread to ca...Dan Allen
2021-12-28add test to verify parse_content can append blocks to parent of custom blockDan Allen
2021-12-28drop outdated patch for open-uri-cached (PR #4229)Dan Allen
2021-12-28add JRuby 9.3 to CI matrixDan Allen
2021-12-28use vendor/bundle as cache path to be consistent with setup-ruby action [skip...Dan Allen
2021-12-27only test oldest and newest minor version for each Ruby major versionDan Allen
2021-12-27resolves #4227 fix open-uri-cached integration on Ruby 3.1 (PR #4228)Dan Allen
2021-12-27add tests for open-uri/cached integration that is activated by the cache-uri ...Dan Allen
2021-12-26add Ruby 3.1 to CI matrixDan Allen
2021-12-26update assertions to account for changes in Ruby 3.1Dan Allen
2021-12-24change "for backtrack" to "to show the backtrace"Dan Allen
2021-12-24fix documentation to state that mantitle and manvolnum can only be overridden...Dan Allen
2021-12-24minor change to avoid wrapping in example for custom syntax highlighterDan Allen
2021-12-24fix syntax highlighter example to fully support pygments-stylesheet attributeDan Allen
2021-12-23added example to docs of extending the pygments adapter to link to a custom s...Robert Bennett
2021-12-23Fix typos and misspellings in docs and code (PR #4222)Kian Meng, Ang
2021-12-17rephrase opening sentence of docs [skip ci]Dan Allen
2021-12-07outfilesuffix attribute is no longer needed when viewing README files on GitH...Dan Allen
2021-12-01add missing CHANGELOG entry for #4212Dan Allen
2021-12-01resolves #4212 invert FR translations for caution & warning admonition labels...Cyrille Chopelet
2021-11-28add comment for why Ruby 3.0 on ubuntu-latest is excluded in CI workflow [ski...Dan Allen
2021-11-28fix mailinglist URL in gemspec [skip ci]Dan Allen