summaryrefslogtreecommitdiff
path: root/docs/modules
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2023-06-17 23:43:28 -0600
committerDan Allen <dan.j.allen@gmail.com>2023-06-18 01:43:40 -0600
commit0d7e6d9240156c01995b89df8285703eef66ce52 (patch)
tree110e69a1a98ba9638108480c225f6e0d21dca244 /docs/modules
parent25f6b7c9081ee8e6ef0aaad6e338ba29caadf057 (diff)
fix comment about relationship between allow-uri-read and data-uri attributes when converting to PDF
Diffstat (limited to 'docs/modules')
-rw-r--r--docs/modules/html-backend/pages/manage-images.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/html-backend/pages/manage-images.adoc b/docs/modules/html-backend/pages/manage-images.adoc
index 19ccf172..cf1078bf 100644
--- a/docs/modules/html-backend/pages/manage-images.adoc
+++ b/docs/modules/html-backend/pages/manage-images.adoc
@@ -30,4 +30,4 @@ If the target of one or more images in the document is a URI, you must also set
$ asciidoctor -a data-uri -a allow-uri-read my-document.adoc
-The same is true when converting the document to PDF using Asciidoctor PDF, even if the `allow-uri-read` attribute is not set (since the behavior is implied).
+The same is true when converting the document to PDF using Asciidoctor PDF, regardless of whether the `data-uri` attribute is set since this behavior is implicit.