summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-09lock version of Bundler on Windows to one that worksDan Allen
2022-10-09force Bundler version for any Ruby 3 release on WindowsDan Allen
2022-10-09don't use cached dependencies when building on Windows in CI workflowDan Allen
2022-10-09try to fix the CI jobs againDan Allen
2022-10-09bump cache version in CI workflow to fix corrupt Bundler cacheDan Allen
2022-10-09remove gem version patch script and update release scriptDan Allen
2022-10-09remove unnecessary fallback value when resolving stylesdirDan Allen
2022-10-08add tip about reference converters to custom converters pageDan Allen
2022-10-06port fix for #4362 add notice that Atom is being sunsetSteve Goodman
2022-10-06fix mailing list URL in gem metadataDan Allen
2022-09-23use correct start of string matcher for URI detection when Ruby engine is OpalDan Allen
2022-09-23resolves #4357 change internal uriish? to only detect a URI pattern at start ...Dan Allen
2022-09-23lowercase first letter in message for unknown content model to maintain consi...Dan Allen
2022-09-16remove redundant require statements in extension examplesDan Allen
2022-09-16update inline macro example to return an Inline object and support different ...Dan Allen
2022-09-10resolves #4351 force encoding of attribute data passed via CLI to UTF-8 if tr...Dan Allen
2022-09-04set version to 2.1.0-alpha.0 to indicate prerelease status [no ci]Dan Allen
2022-09-04require Gem::Version patch in GemfileDan Allen
2022-08-28remove workaround for JRuby on Windows in CI setupDan Allen
2022-08-26upgrade Nokogiri to latest version and add overrides for older Ruby versions ...Mike Dalessio
2022-08-24bump minimum required Ruby version to 2.5 (PR #4341)Dan Allen
2022-08-24resolves #4338 recommend separate command to configure install path for bundl...Dan Allen
2022-08-24enable job for Ruby 3.1 on windows-latestDan Allen
2022-08-22proofread documentation (PR #4336)Guillaume Grossetie
2022-08-15doc: fix typo (PR #4332)Mo-Gul
2022-08-03update mathematical page to reflect macOS support (PR #4326)Harrison Chin
2022-07-29remove reference to jdocbook plugin exampleDan Allen
2022-07-28use specific version of Bundler for Ruby 3.0 on windows-latestDan Allen
2022-07-27be more clear about what's included in the embedded outputDan Allen
2022-07-27remove unused group in Gemfile [no ci]Dan Allen
2022-07-27set up fully automated release [no ci]Dan Allen
2022-07-26resolves #4044 document how to use a local copy of Font AwesomeDan Allen
2022-07-25advise against mixing syntax highlighting and AsciiDoc text formattingDan Allen
2022-07-24resolves #4315 warn if include target is remote and allow-uri-read attribute ...Dan Allen
2022-07-20add more detail for how to apply substitutions to inline text in an extensionDan Allen
2022-07-20add section that gives suggestions for how to convert from DocBook to PDFDan Allen
2022-07-17use simpler form to assert logger has no messagesDan Allen
2022-07-17add missing assertion in test suiteDan Allen
2022-07-14document how to turn off compat mode when using the setext-style document titleDan Allen
2022-07-14fix unescaped preprocessor conditional in example snippet on AsciiDoc.py migr...Dan Allen
2022-07-14remove excess indentation in example snippet on AsciiDoc.py migration pageDan Allen
2022-07-09use chat.asciidoctor.org as URL to project chat [skip ci]Dan Allen
2022-07-09fix Asciidoctor::Cli::Invoker constructor when first argument is a hashDan Allen
2022-07-09prevent highlight.js warning when no language is set on source blockDan Allen
2022-07-07document how to extract text from HTML using w3m or elinksDan Allen
2022-07-07fix missing period in docsDan Allen
2022-07-05resolves #4300 add support for TOML front matter to skip-front-matter attribu...Abhinav Gupta
2022-07-05resolves #4306 disallow the use of the left square bracket in an attribute li...Dan Allen
2022-07-05fix lineno on reader when skip-front-matter attribute is set but end of front...Dan Allen
2022-07-04add test to verify role on inline phrase can be defined using attribute refer...Dan Allen