summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-05Release 2.0.17v2.0.17Dan Allen
2022-01-05release using Ruby 3.0 instead of 3.1 [skip ci]Dan Allen
2022-01-05resolves #4230 don't warn if a negated tag is not found in include file (PR #...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-04document 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-02Hide autoload converter/template from Opal (PR #4205)Guillaume Grossetie
2022-01-02update benchmark [skip ci]Dan Allen
2022-01-02change "show the backtrace" to "show backtrace" in CLI hintDan Allen
2022-01-01handle return value of process method for block and block macro extension pro...Dan 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-28drop outdated patch for open-uri-cachedDan Allen
2021-12-28use vendor/bundle as cache path to be consistent with setup-ruby action [skip...Dan Allen
2021-12-27remove Ruby 3.1 on Windows from CI matrixDan 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-27add Ruby 3.1 to CI matrix; don't specify Bundler version; only run on oldest ...Dan Allen
2021-12-27update 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-24added example to docs of extending the pygments adapter to link to a custom s...Robert Bennett
2021-12-24Fix typos and misspellings in docs and codeKian 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-28introduce installation via Ruby packaging in the docs [skip ci]Dan Allen
2021-11-19resolves #4206 process author or authors document attribute in document heade...Dan Allen
2021-11-19fix lint errorDan Allen
2021-11-13use dup instead of super({}) in monkeypatch for Hash#mergeDan Allen
2021-11-13add flag to suppress retrieving metadata from parse_header_metadata; include ...Dan Allen
2021-11-13use separate variable for implicit author metadata to make code more clearDan Allen
2021-11-13simplify processing of author metadataDan Allen
2021-11-13verify authors attribute is only parsed if different from computed value of i...Dan Allen
2021-11-12add CHANGELOG entries for new documentation about :sourcemap and :catalog_ass...Dan Allen
2021-11-11revise errors and warnings page for accuracyDan Allen
2021-11-11fix typo in docsDan Allen
2021-11-10add tests for rotate and flip attributes on font-based icon macro; make attri...Dan Allen
2021-11-10use numeric character reference for closing square bracket around alt text of...Dan Allen
2021-11-10rewrite convert handler for inline image to make it more clear and efficientDan Allen
2021-11-10simplify logic branches for converting different image types and modesDan Allen
2021-11-09document how to catalog assets when using the API [skip ci]Dan Allen
2021-11-08document the security assumptions of the processor as they related to the saf...Dan Allen
2021-11-08document how to enable and use the sourcemap [skip ci]Dan Allen
2021-11-08revise the docs for the :safe API option [skip ci]Dan Allen