diff options
-rw-r--r-- | MANUAL.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index ed176e4bd..4d8f63bc9 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -4601,8 +4601,9 @@ The following fields are recognized: Linked media ------------ -By default, pandoc will download linked media (including audio and -video) and include it in the EPUB container, yielding a completely +By default, pandoc will download media referenced from any `<img>`, `<audio>`, +`<video>` or `<source>` element present in the generated EPUB, +and include it in the EPUB container, yielding a completely self-contained EPUB. If you want to link to external media resources instead, use raw HTML in your source and add `data-external="1"` to the tag with the `src` attribute. For example: |