diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-06-03 02:03:40 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-06-03 02:08:58 -0600 |
| commit | 4cb571f6072281740e79282bfa3d0486b8d3c508 (patch) | |
| tree | 0895b37fada2b2e8ced935d451db767b2ceb167e | |
| parent | f9f42dc58e5f4c9b421a87e002019d5152a0979d (diff) | |
add note about limitation of remote inline image
| -rw-r--r-- | docs/modules/ROOT/pages/features.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/modules/ROOT/pages/features.adoc b/docs/modules/ROOT/pages/features.adoc index f30e4f57..fbe60934 100644 --- a/docs/modules/ROOT/pages/features.adoc +++ b/docs/modules/ROOT/pages/features.adoc @@ -56,3 +56,4 @@ This matches the behavior of HTML. * 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 |
