aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-07-18 11:39:04 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-07-18 11:39:04 -0700
commitc909d16cccbae92add6b1e2430ce9e6d51e0c7e5 (patch)
treec6c29997b0e266637a55cc17c828f77e19297f09 /man
parent92efc605716521035f61ebc87c9f6131c5cf8155 (diff)
downloadpandoc-c909d16cccbae92add6b1e2430ce9e6d51e0c7e5.tar.gz
Bump to 2.14.1, update changelog and man page.
Diffstat (limited to 'man')
-rw-r--r--man/pandoc.113
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