On 09/03/2013 22:40, Petko Yotov wrote:
You need to place the parentheses around everything that is meant to be bold, for example '/\*\*([^\s].*?[^\s])\*\*/' .However, this will not allow you a single bold character. This one will: '/\\*\\*(\\S(.*?\\S)?)\\*\\*/'
Thank you very much for the explanations and the fix! I'll update the cookbook soon. _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
