aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-03-18 02:39:18 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-03-18 02:39:18 +0000
commit13d0a0ccb9036d6f960824685aad470a41f1f08a (patch)
tree785bdbc5eed36541c38ea419eb05c22a8e556563 /README
parent312d098d351a938d84ecf0e20c6235196f3669c8 (diff)
downloadpandoc-13d0a0ccb9036d6f960824685aad470a41f1f08a.tar.gz
Documented that ODT and RTF don't implement the image-as-figure feature.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1902 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index 5a99cea7c..f10ec0b3d 100644
--- a/README
+++ b/README
@@ -913,13 +913,17 @@ Images with captions
--------------------
An image occurring by itself in a paragraph will be rendered as
-a figure with a caption. (In LaTeX, a figure environment will be
+a figure with a caption.[^5] (In LaTeX, a figure environment will be
used; in HTML, the image will be placed in a `div` with class
`figure`, together with a caption in a `p` with class `caption`.)
The image's alt text will be used as the caption.
![This is the caption](/url/of/image.png)
+[^5]: This feature is not yet implemented for RTF, OpenDocument, or
+ ODT. In those formats, you'll just get an image in a paragraph by
+ itself, with no caption.
+
If you just want a regular inline image, just make sure it is not
the only thing in the paragraph. One way to do this is to insert a
nonbreaking space after the image: