[pmwiki-users] Line breaks in links: Why not allowed?

Dominique Faure dominique.faure at gmail.com
Sat Jul 1 07:51:08 CDT 2006


On 7/1/06, Tegan Dowling <tmdowling at gmail.com> wrote:
> On 7/1/06, Felix E. Klee <felix.klee at inka.de> wrote:
> > Why are line breaks in links not allowed in a page's source?
> >
> > For example
> >
> >   [[A
> >   link]]
> >
> > does not render as a link, while
> >
> >   [[A link]]
> >
> > does.
>
> Typically, a line-break terminates the kind of markup in which text is
> bracketed with some kind of paired symbols, so this behavior is
> consistent with other PmWiki behavior.  What surprises me is that the
> usual workaround for that general rule doesn't work in this case, i.e.
> this also doesn't work:
>
> [[A\\
> Link]]
>

This worked:

[[A \
link]]

Regards,
Dom




More information about the pmwiki-users mailing list