aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-03-18 02:39:06 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-03-18 02:39:06 +0000
commita9b0d876d9ec3a0b01be359cc4ab8278bd2d983e (patch)
tree5aefc159cd0814b7fc9e70ac66bfcb340750599a /README
parent874b57403846f2cfcab87100ed19a6c2c8a8db87 (diff)
downloadpandoc-a9b0d876d9ec3a0b01be359cc4ab8278bd2d983e.tar.gz
HTML writer: Use a p rather than a div for image caption.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1900 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index ceb2808fe..5a99cea7c 100644
--- a/README
+++ b/README
@@ -915,7 +915,7 @@ 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
used; in HTML, the image will be placed in a `div` with class
-`figure`, together with a caption in a `div` 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.
![This is the caption](/url/of/image.png)