[pmwiki-users] PmWiki 2.0.beta55 released
Patrick R. Michaud
pmichaud at pobox.com
Thu Aug 25 13:32:34 CDT 2005
On Thu, Aug 25, 2005 at 01:25:27PM -0500, Jonathan Scott Duff wrote:
> On Thu, Aug 25, 2005 at 12:28:36PM -0500, Patrick R. Michaud wrote:
> > The [@...@] markup is now the "preformatted text" markup. It can be
> > used instead of the space+[=...=] markup to generate blocks of
> > preformatted and escaped text. It's also fairly smart about handling
> > extra newlines inside the [@...@], so that there isn't a lot of
> > unwanted vertical space displayed in the output.
>
> BTW, I just tried a couple of things on pmwiki.org. The following markup
> renders strangely:
>
> [@fred
> barney
> @]
>
> [@wilma
> betty@]blah blah blah
>
> I would expect that to end up as:
>
> fred
> barney
>
> wilma
> bettyblah blah blah
>
> but what I get is:
>
> fred
> barney
> wilma
> betty
> blah blah blah
There ought to be a blank line between barney and wilma, so that's
definitely a bug. But the fact that the blahblahblah appears on
a separate line from betty is an artifact of HTML's <pre> tag,
which I'm not sure I can do much about.
Pm
More information about the pmwiki-users
mailing list