On 3/9/2010 12:58 AM, [email protected] wrote:
> PmForm blocks directives from data being saved to pages by converting
> markups: thus "(:" becomes "( :" and ":)" becomes ": )". These are
> managed by the $PmFormPostPatterns array.
>
> I don't understand. I use (:title :), (:description :) and others. Does
> this mean that I will lose them?
That is correct. By default PmForm will block all (:..:...:) markup. You 
can change that by adding/removing from $PmFormPostPatterns.

    unset($PmFormPostPatterns['/\\(:/']);
    unset($PmFormPostPatterns['/:\\)/']);


  ~ ~ David

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to