MANUAL: clarify EPUB linked media (#4756)

This commit is contained in:
Mauro Bieg 2018-07-06 23:28:33 +02:00 committed by John MacFarlane
parent 2737e4996c
commit c30eada4ee

View file

@ -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: