[pmwiki-users] improved markup for floating images...?

Patrick R. Michaud pmichaud at pobox.com
Thu Jul 28 14:04:59 CDT 2005


On Thu, Jul 28, 2005 at 01:05:23PM -0400, Neil Herber wrote:
> Does this markup allow for multiple instances of the "frame break" vertical 
> bar? As in:
> %rframe% Attach:image1.gif"image1" | an image \
>      to look at | Attach:image2.gif"image2" | another image

Nope, only the first vertical bar matters.  To do the above one
probably have to write

    %rframe% Attach:image1.gif"image1" \\
    an image to look at \\
    Attach:image2.gif"image2" \\
    another image

or

    >>rframe<<
    Attach:image1.gif"image1" | an image to look at
    Attach:image2.gif"image2" | another image
    >><<

Pm




More information about the pmwiki-users mailing list