From a9b0d876d9ec3a0b01be359cc4ab8278bd2d983e Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Thu, 18 Mar 2010 02:39:06 +0000 Subject: 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 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') 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) -- cgit v1.2.3