(no commit message)
authorhttp://adam.shand.net/ <http://adam.shand.net/@web>
Mon, 4 Jan 2010 10:22:02 +0000 (10:22 +0000)
committerJoey Hess <joey@finch.kitenet.net>
Mon, 4 Jan 2010 10:22:02 +0000 (10:22 +0000)
doc/bugs/align_doesn__39__t_always_work_with_img_plugin_.mdwn [new file with mode: 0644]

diff --git a/doc/bugs/align_doesn__39__t_always_work_with_img_plugin_.mdwn b/doc/bugs/align_doesn__39__t_always_work_with_img_plugin_.mdwn
new file mode 100644 (file)
index 0000000..a774cef
--- /dev/null
@@ -0,0 +1,5 @@
+Using the img plugin to inline an image, the "align" parameter doesn't work as expected if you also include a "caption".
+
+As best as I can tell this is because the "caption" parameter works by wrapping the image inside a table which means that the "align" parameter is aligning within the table cell rather then the page itself.
+
+-- AdamShand