summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-09-29 15:30:42 -0600
committerDan Allen <dan.j.allen@gmail.com>2022-09-29 15:31:09 -0600
commit300e5db250ad4973d76ee609dd11e7202b78db41 (patch)
tree0cc0367a6ffce233d945c29e3b47b652339e72e4
parentf2c49008ebbff3aece34260b1b267832afe2ce39 (diff)
remove limitation of using remote image in doctitle or section title with autogenerated ID
-rw-r--r--docs/modules/ROOT/pages/features.adoc1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/modules/ROOT/pages/features.adoc b/docs/modules/ROOT/pages/features.adoc
index 5ac48cb6..d8aad98b 100644
--- a/docs/modules/ROOT/pages/features.adoc
+++ b/docs/modules/ROOT/pages/features.adoc
@@ -61,6 +61,5 @@ See xref:extend:use-cases.adoc#wrap-code-blocks-around-image[Wrap code blocks ar
* You cannot use inline HTML (like a link or emphasized text) in a source block that also uses syntax highlighting.
These two technologies don't mix in the PDF generation process due to how the syntax highlighters work.
* Verse blocks do not use a fixed-width font by default, but you can control this setting xref:theme:verse.adoc[using the theme].
-* Cannot use remote inline image in the doctitle or a section title with an automatic ID.
* Cannot use custom subs that introduce text formatting (e.g., `subs=+quotes`) on a source block when source-highlighter is set.
The converter will automatically remove the formatting so the source can be recognized and highlighted properly by the syntax highlighter.