summaryrefslogtreecommitdiff
AgeCommit message (Collapse)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 ↵Dan Allen
more than once
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 ↵Dan Allen
output (PR #4592)
2024-05-16resolves #4573 log error when incomplete row is detected at end of table (PR ↵Dan Allen
#4590)
2024-05-16resolves #4571 pass cursor to preprocessor when processing first line of ↵Matthew Blythe
AsciiDoc table cell (PR #4572)
2024-05-16resolves #4576 encode spaces in mailto links as %20, in accordance with RFC ↵Dan Allen
3986, instead of using + (PR #4591)
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 ↵Dan Allen
specified number of columns (PR #4588)
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
URL protocol (PR #4585)
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 ↵Dan Allen
that breaks a dlist (PR #4566)
2024-05-04resolves #4580 don't leave behind empty line inside skipped conditional (PR ↵Dan Allen
#4582)
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
with /
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
not :listing (PR #4563)
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 >= ↵Dan Allen
3.3 (PR #4562)
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 ↵Dan Allen
Encodings.name_list) - encoding names in the mode are case insensitive, but the Ruby documentation shows that proper casing is preferred
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 ↵Dan Allen
subject more clear
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 ↵Dan Allen
syntax (PR #4553)
2024-02-20resolves #3693 don't break nested dlist with attached block if offset from ↵Dan Allen
parent list by empty line (PR #4512)
2024-02-20resolves #4552 add support for scaledwidth and scale attributes on inline ↵Dan Allen
image macro in DocBook output (PR #4554)
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 ↵Dan Allen
files (PR #4551)
2024-02-18upgrade GitHub Actions (checkout and setup-java)Dan Allen
2024-02-18only upgrade Java for JRuby build on WindowsDan Allen