Weird:

The example from Trac works:

{{{
#!rst
Attachment: :trac:`attachment:ticket:944:attachment.1073.diff`
}}}

However, the following syntax does not work:

{{{
#!rst
Attachment: :trac:`attachment:wiki:SandBox:test.zip`
}}}

and it seems that the rendering engine goes mad,  if the following
syntax is used:

{{{
#!rst
Attachment: :trac:`attachment:ticket:944:attachment.1073.diff`
Attachment: :trac:`attachment:wiki:SandBox:test.zip`
}}}

the whole RST block is rendered as a code block…

What would be the proper syntax for wiki page attached file, and is it
possible to use a "relative" syntax (only the filename is specified
when the link is local to the current page)?

Thanks,
Manu

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to