Re: [pmwiki-users] link in brackets

2021-04-13 Thread Petko Yotov
When markup rules are ambiguous, you can use the "null-space" [==] as a separator: [[==][[link|text]] page 3] Or, you can escape the first bracket which is not part of the markup rule: [=[=][[link|text]] page 3] In a similar fashion, mixed/glued markup for bold, italics, small and larg

[pmwiki-users] link in brackets

2021-04-13 Thread walter keller
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 asserti