summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-04link directly to gem install section from Windows install pageHEADmainDan Allen
2024-06-04clarify that RVM is only for Linux (and optionally for macOS)Dan Allen
2024-05-22resolves #4594 remove argument from extension registration block in docsDan Allen
2024-05-18use consistent terminology in CLI usage for option that may be specified more...Dan Allen
2024-05-17import CHANGELOG entry from 2.0.23 release [skip ci]Dan Allen
2024-05-16resolves #3583 preserve repeating spaces in verbatim content in manpage outpu...Dan Allen
2024-05-16resolves #4573 log error when incomplete row is detected at end of table (PR ...Dan Allen
2024-05-16resolves #4571 pass cursor to preprocessor when processing first line of Asci...Matthew Blythe
2024-05-16resolves #4576 encode spaces in mailto links as %20, in accordance with RFC 3...Dan Allen
2024-05-16add test for link macro inside xref shorthandDan Allen
2024-05-16restore dropped sentence about multi-file editing on GitLabDan Allen
2024-05-16Edit docs about AsciiDoc preview in hosted git repositories (PR #4583)Jeremy Potter
2024-05-15resolves #4587 only drop current row if colspan of last cell exceeds specifie...Dan Allen
2024-05-14tune lint rulesDan Allen
2024-05-14simplify return nil to bare returnDan Allen
2024-05-14fix the repeated cell test so it repeats across the correct number of columnsDan Allen
2024-05-12resolves #4570 fix crash when parsing xref shorthand when target starts with ...Dan Allen
2024-05-12split tests for bare URI scheme to make intention more clearDan Allen
2024-05-06resolves #4565 don't duplicate block attribute line above detached block that...Dan Allen
2024-05-04resolves #4580 don't leave behind empty line inside skipped conditional (PR #...Dan Allen
2024-03-30update the converter template tutorial so it doesn't leave out important stepsDan Allen
2024-03-15add test for autolink that contains text enclosed in angle brackets and ends ...Dan Allen
2024-03-15apply workaround to get InlineLinkRx to work as expected in Asciidoctor.jsDan Allen
2024-03-15fix indentation in testDan Allen
2024-03-15fix typo in test descriptionDan Allen
2024-03-08add Ruby 3.3 as highest supported Ruby versionDan Allen
2024-03-08update Asciidoctor version in README filesDan Allen
2024-03-08update Asciidoctor and Ruby version in docsDan Allen
2024-03-08import CHANGELOG entry from 2.0.22 release [skip ci]Dan Allen
2024-03-07resolves #4556 set cloaked-context attribute on source block when context is ...Dan Allen
2024-03-07fix invalid assignmentDan Allen
2024-03-07avoid leaky language variable when processing source blockDan Allen
2024-03-07resolves #4561 remove use of base64 library to prevent warning in Ruby >= 3.3...Dan Allen
2024-02-28add note why include tag directive regex checks for \rDan Allen
2024-02-28use uppercase encoding name in file modes (to match value in Encodings.name_l...Dan Allen
2024-02-22fix typo on preprocessor page; add note about using it as an event listenerDan Allen
2024-02-21import CHANGELOG section for 2.0.21 release and set as latest release [no ci]Dan Allen
2024-02-20upgrade JRuby in CIDan Allen
2024-02-20change title to doctitle in warning message about use of abstract to make sub...Dan Allen
2024-02-20upgrade latest Ruby to 3.3 in CIDan Allen
2024-02-20update comments regarding link processing [skip ci]Dan Allen
2024-02-20resolves #4468 treat bare URL enclosed in angle brackets as unconstrained syn...Dan Allen
2024-02-20resolves #3693 don't break nested dlist with attached block if offset from pa...Dan Allen
2024-02-20resolves #4552 add support for scaledwidth and scale attributes on inline ima...Dan Allen
2024-02-19optimize how leading < is found around URLDan Allen
2024-02-19fix warning caused by duplicate test descriptionDan Allen
2024-02-19resolves #3602 move abstract inside info tag in DocBook output (PR #4508)Dan Allen
2024-02-19resolves #4550 turn off system-dependent newline conversion when writing file...Dan Allen
2024-02-18upgrade GitHub Actions (checkout and setup-java)Dan Allen
2024-02-18only upgrade Java for JRuby build on WindowsDan Allen