http://adam.shand.net/ 2010-01-04 10:22:02 +00:00 committed by Joey Hess
parent 208c7b7ca2
commit d96a5d9a73
1 changed files with 5 additions and 0 deletions

View File

@ -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