diff options
| author | Sarah White <graphitefriction@gmail.com> | 2022-06-09 13:46:39 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-09 13:46:39 -0600 |
| commit | b4e24a534f237df6864fe84c70df5f42eb25d5b2 (patch) | |
| tree | 8c4b730e10fe87d6ba71c9dec4521af3fac91e6e /README.adoc | |
| parent | 14926c7208dfadbf8b22c9203312f0bb4ab4ff7d (diff) | |
add patch release information to What's New page (PR #2236)
Diffstat (limited to 'README.adoc')
| -rw-r--r-- | README.adoc | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/README.adoc b/README.adoc index 2c5b0651..93c62d9b 100644 --- a/README.adoc +++ b/README.adoc @@ -45,7 +45,7 @@ The aim of this library is to take the pain out of creating PDF documents from A [NOTE] ==== -The documentation for Asciidoctor PDF {release-line} is now available at {url-project-docs}/. +The documentation for the latest, stable release of Asciidoctor PDF 2.0.x is available at {url-project-docs}/. If you're looking for the documentation for Asciidoctor PDF 1.6, refer to the {url-project-repo}/tree/v1.6.x#readme[README] in the v1.6.x branch. Asciidoctor PDF 1.6 is no longer being developed and will reach EOL later this year. @@ -112,11 +112,11 @@ There are several optional features of this converter that require additional ge Those features are as follows. Source highlighting:: -You'll need to {url-project-repo}/syntax-highlighting/[install a syntax highlighter] to use source highlighting (build-time only). +You'll need to {url-project-docs}/syntax-highlighting/[install a syntax highlighter] to use source highlighting (build-time only). PDF optimization:: If you want to optimize your PDF, you'll need rghost or hexapdf. -See {url-project-repo}/optimize-pdf/[Optimize the PDF] for installation and usage instructions. +See {url-project-docs}/optimize-pdf/[Optimize the PDF] for installation and usage instructions. Automatic hyphenation:: To turn on automatic hyphenation using the `hyphens` attribute, you'll need to install the `text-hyphen` gem: @@ -126,7 +126,7 @@ To turn on automatic hyphenation using the `hyphens` attribute, you'll need to i Accelerated image decoding:: Ruby is not particularly fast at decoding images, and the image formats it supports are limited. To help, you can install prawn-gmagick, which delegates the work of decoding images to GraphicsMagick. -Refer to {url-project-repo}/image-paths-and-formats/#other-image-formats[Supporting additional image file formats] for instructions about how to enable this integration. +Refer to {url-project-docs}/image-paths-and-formats/#other-image-formats[Supporting additional image file formats] for instructions about how to enable this integration. Check the {url-project-docs}/install/#table-minimum-version[minimum supported version table] to make sure you're using a supported version of the dependency. @@ -195,11 +195,6 @@ ifndef::env-site[] See the <<CONTRIBUTING.adoc#,contributing guide>>. To help develop {project-name}, or to simply use the development version, refer to the <<CONTRIBUTING-CODE.adoc#,developing and contributing code guide>>. -[[resources,Links]] -== Resources - -* https://groups.google.com/forum/#!msg/prawn-ruby/MbMsCx862iY/6ImCsvLGfVcJ[Discussion about image quality in PDFs] - == Authors {project-name} was written by https://github.com/mojavelinux[Dan Allen] and https://github.com/graphitefriction[Sarah White] of OpenDevise Inc. on behalf of the Asciidoctor Project. |
