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
This commit is contained in:
parent
312d098d35
commit
13d0a0ccb9
1 changed files with 5 additions and 1 deletions
6
README
6
README
|
@ -913,13 +913,17 @@ Images with captions
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
An image occurring by itself in a paragraph will be rendered as
|
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
|
used; in HTML, the image will be placed in a `div` with class
|
||||||
`figure`, together with a caption in a `p` with class `caption`.)
|
`figure`, together with a caption in a `p` with class `caption`.)
|
||||||
The image's alt text will be used as the caption.
|
The image's alt text will be used as the caption.
|
||||||
|
|
||||||
![This is the caption](/url/of/image.png)
|
![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
|
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
|
the only thing in the paragraph. One way to do this is to insert a
|
||||||
nonbreaking space after the image:
|
nonbreaking space after the image:
|
||||||
|
|
Loading…
Add table
Reference in a new issue