[pmwiki-users] Change in rendering behaviour of backticks

Petko Yotov 5ko at 5ko.fr
Fri Dec 1 05:31:49 CST 2017


On 01/12/2017 12:26, Petko Yotov wrote:
> If you cannot immediately upgrade, the following code in config.php
> should work just as well:
> 
>   Markup('`wikiword', '<wikilink',
>     "/`(($GroupPattern([\\/.]))?($WikiWordPattern))/",
>     "MarkupNoWikiWord");
>   function MarkupNoWikiWord($m) { return Keep($m[1]); }

As there is a function named "MarkupNoWikiWord" in PmWiki 2.2.106, you 
should either use a different function name, say "MyMarkypNoWikiWord", 
or remove the above code once you installed 2.2.106 or newer.

Petko



More information about the pmwiki-users mailing list