[pmwiki-users] link in brackets

walter keller wa at wlkl.ch
Tue Apr 13 04:28:26 PDT 2021


Good Afternoon,

I wanted to bracket a link by writing

     [[[link|text]] page 3] and hoping to get [text page 3]

it didn't work, because it was interpreted as an invalid link "[link".

As (at least for me) a link never starts with a bracket, that could be 
fixed by an regular expression assertion

     (?!\\[)

to disallow a [ after the the starting [[.

Would this be of general interest?

@wlkl





More information about the pmwiki-users mailing list