Actions
Defect #3499
closedp=. !image.png! doesn't work in trunk version (rev it doesn't work
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Wiki
Target version:
-
Start date:
2009-06-15
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Hi, previously I used the following code to center an image:
p=. !image.png!
and it worked.
But after the upgrade to trunk version (rev 2791) the image is not displayed and the following text appears centered:
!/attachments/download/19!
It doesn't occur if I write nothing before the image:
!image.png!
but then the image appears in the left :(
Updated by Mischa The Evil over 15 years ago
I can confirm this behaviour. It works in the following case:
p=. Before !image.png! after
Updated by Mike Powers over 15 years ago
I have the same issue in 0.8.4.stable.2784
A suitable workaround is to insert a hard return after the centering command.
p=. !image.png!
This will properly display the centered image.
Updated by Mike Bolser about 15 years ago
This bug appears to have resurfaced. However, if I put a leading and trailing space around the image, it appears to work fine.
p=. !image_url!
Updated by Jean-Philippe Lang about 15 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Fixed in r2999, now including tests for this.
Actions