diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-10-27 03:21:51 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-10-27 03:24:15 -0600 |
| commit | 3556ebf4b430f2d3ae4ad586df04b07349bec1d7 (patch) | |
| tree | f989958242f4695b794e1c8568b9a675e3a72125 /README.adoc | |
| parent | b8c5db27ac1d5234e9c9e9510db46a6989e24367 (diff) | |
backport fix for #2363 replace use of AbstractBlock#role= method to ensure compatbility with Asciidoctor 2.0.10
Diffstat (limited to 'README.adoc')
| -rw-r--r-- | README.adoc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index f99421a8..463243a5 100644 --- a/README.adoc +++ b/README.adoc @@ -68,7 +68,8 @@ TIP: For the latest Asciidoctor PDF features and fixes, see {url-project-docs}/w == Prerequisites -Asciidoctor PDF is a Ruby application. +Asciidoctor PDF is built on Asciidoctor. +Like Asciidoctor, Asciidoctor PDF is a Ruby application. Therefore, to use it, you'll need a Ruby runtime. The supported Ruby runtimes are Ruby 2.7 or greater and JRuby 9.2 or greater. @@ -93,6 +94,8 @@ Pass the name of the gem to the `gem install` command as follows: Installing Asciidoctor PDF will install a number of other gems mentioned in these docs, including asciidoctor, prawn, prawn-svg, prawn-table, prawn-icon, and ttfunk. For the most part, the versions of these dependencies are locked to the version of Asciidoctor PDF. +The patch versions are allowed to vary. +Please note that the minimum supported version of the asciidoctor gem (Asciidoctor) is 2.0.10. For further installation information about installing Asciidoctor PDF, see {url-project-docs}/install/[the installation documentation]. For troubleshooting help, see {url-project-docs}/install/#installation-troubleshooting[Installation troubleshooting]. |
