Project

General

Profile

Actions

Defect #3499

closed

p=. !image.png! doesn't work in trunk version (rev it doesn't work

Added by Iñaki Baz Castillo almost 15 years ago. Updated over 14 years ago.

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 :(

Actions #1

Updated by Mischa The Evil almost 15 years ago

I can confirm this behaviour. It works in the following case:

p=. Before !image.png! after

Actions #2

Updated by Mike Powers almost 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.

Actions #3

Updated by Mike Bolser over 14 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! 

Actions #4

Updated by Jean-Philippe Lang over 14 years ago

  • Status changed from New to Closed
  • Resolution set to Fixed

Fixed in r2999, now including tests for this.

Actions

Also available in: Atom PDF