diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/pandoc.1 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/man/pandoc.1 b/man/pandoc.1 index c77ab93bd..59888e26a 100644 --- a/man/pandoc.1 +++ b/man/pandoc.1 @@ -1,7 +1,7 @@ '\" t -.\" Automatically generated by Pandoc 2.14.0.1 +.\" Automatically generated by Pandoc 2.14.1 .\" -.TH "Pandoc User\[cq]s Guide" "" "June 20, 2021" "pandoc 2.14.0.3" "" +.TH "Pandoc User\[cq]s Guide" "" "July 18, 2021" "pandoc 2.14.1" "" .hy .SH NAME pandoc - general markup converter @@ -7343,6 +7343,15 @@ For example: </audio> \f[R] .fi +.PP +If the input format already is HTML then +\f[C]data-external=\[dq]1\[dq]\f[R] will work as expected for +\f[C]<img>\f[R] elements. +Similarly, for Markdown, external images can be declared with +\f[C]![img](url){external=1}\f[R]. +Note that this only works for images; the other media elements have no +native representation in pandoc\[cq]s AST and requires the use of raw +HTML. .SH JUPYTER NOTEBOOKS .PP When creating a Jupyter notebook, pandoc will try to infer the notebook |