diff options
author | Mauro Bieg <mb21@users.noreply.github.com> | 2018-07-06 23:28:33 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-07-06 23:28:33 +0200 |
commit | c30eada4ee2af38cc8120d6ac6165c3aee4dff3b (patch) | |
tree | 8044c0e208de9310394a6462db5d289c6105631b | |
parent | 2737e4996c40a0d53f39e4a99cd2731ca2831e1b (diff) | |
download | pandoc-c30eada4ee2af38cc8120d6ac6165c3aee4dff3b.tar.gz |
MANUAL: clarify EPUB linked media (#4756)
-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: |