summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-18resolves #4482 remove empty line at top of table cells in manpage outputMatthew "strager" Glazar
2023-09-07resolves #4481 preserve paragraph breaks in normal table cell in manpage ↵Dan Allen
output (PR #4484)
2023-08-15forbid use of haml 6.1.2 since it's not compiled for JRubyDan Allen
2023-07-18fix comment above InlineLinkRx [no ci]Dan Allen
2023-07-11remove trailing slash from URLDan Allen
2023-07-11Update URL for Slim in docs (PR #4469)Karl Dangerfield
2023-07-11use asterisk as unordered list marker for consistencyDan Allen
2023-06-22add disclaimer about the Asciidoctor Skins projectDan Allen
2023-06-18fix comment about relationship between allow-uri-read and data-uri ↵Dan Allen
attributes when converting to PDF
2023-06-05resolves #4461 wrap target of link used in place of include directive in ↵Dan Allen
inline passthrough when it contains spaces (PR #4463)
2023-06-05remove a few more cases when source style is used in docs when not neededDan Allen
2023-05-29remove explicit source style in docs when not neededDan Allen
2023-05-26don't run gem install in CI workflow for JRuby 9.2 on WindowsDan Allen
2023-05-26build and install gem and doc at end of CI workflowDan Allen
2023-05-26bump minimum version of CRuby to 2.7Dan Allen
2023-05-26update table of supported OS platforms in docsDan Allen
2023-05-25use single-line block in manify method in manpage converter to make it ↵Dan Allen
easier to patch
2023-05-18rebuild man page [no ci]Dan Allen
2023-05-18import entries from 2.0.20 release into CHANGELOG and set as latest release ↵Dan Allen
[no ci]
2023-05-18update version script [no ci]Dan Allen
- update release-version attribute in all README files - rebuild man page
2023-05-18update latest release version in docsDan Allen
2023-05-18import entries from 2.0.19 release into CHANGELOGDan Allen
2023-05-18fix formatting on what's new page [no ci]Dan Allen
2023-05-18add what's new for 2.0.19 releaseDan Allen
2023-05-17resolves #4458 process constrained inline passthrough inside monospace span ↵Dan Allen
(PR #4459)
2023-05-17fix cases when source style is missing on literal block in docsDan Allen
2023-05-17only match transitional role (x-) that this distinct from other rolesDan Allen
2023-05-16fix substitution test that was relying on missing attributeDan Allen
2023-05-16Use common term for version label in Kiswahili translation (PR #4457)Benson Muite
2023-05-16correctly handle compat role on monospace and constrained passthrough when ↵Dan Allen
box attrlist or formatted text is escaped
2023-05-15add negative test that footnotes in headings will be numbered out of sequenceDan Allen
2023-05-15add CHANGELOG entry for #4454Dan Allen
2023-05-15add Kiswahili translation for built-in labels (PR #4454)Benson Muite
2023-05-15add release notes for 2.0.18 to what's new pageDan Allen
2023-05-15update description of what's new page and apply monospace to keywords in pageDan Allen
2023-05-13use safe navigation to avoid crashing when querying for extensions (PR #4456)Dan Allen
2023-05-13slightly optimize code when querying for extensionsDan Allen
2023-05-13switch Ruby version in benchmark to 3.2 [no ci]Dan Allen
2023-05-10resolves #4452 enclose reftext tag in article tag in DocBook output for man ↵Dan Allen
page (PR #4453)
2023-05-07add "Use" at start of local font awesome page titleDan Allen
2023-05-06resolves #4448 apply reftext substitutions to value of mantitle attribute in ↵Dan Allen
DocBook output (PR #4449)
2023-05-06resolves #4450 consistently produce partintro as a compound open block (PR ↵Dan Allen
#4451)
2023-05-01add system encoding section to system requirements page in docsDan Allen
2023-05-01recommend overriding the default external and internal character encodings ↵Dan Allen
instead of messing with the active code page
2023-04-30resolves #3929 treat uri:classloader: as absolute path prefix when running ↵Dan Allen
on JRuby (PR #4444)
2023-04-30fix grammatical error in docsDan Allen
2023-04-30correctly access reader from document object in extensionDan Allen
2023-04-29add API test to verify that copycss value can be a string or Pathname objectDan Allen
2023-04-29use the term gem instead of RubyGem to refer to a gem; reword the ↵Dan Allen
installation overview
2023-04-28remove outdated workaround for JRuby 9.1Dan Allen