On Thu, May 14, 2009 at 3:41 AM, chFaure <[email protected]> wrote: > > if i use //**Magic**// the word Magic disappear ! at least since 3.03 > if i use <<**Boltwire's**<< or //<<Boltwire's<<// or **//Boltwire's// > ** i got \' in place of ' (version 3.04) > --> i thing there is a bug with markup sign composition in 3.04
As for the extra slashes, it's a very easy fix. I'll patch for the next release. Basically at the top of the BOLTMfontstyles function you need to add somthing like: $text = stripslashes($text); . One other iinteresting effect of the new markup is that code like //** bolt italics //** will no longer work. It has to be // ** bolt italics ** //. Of course this may be a good thing as the former will produce invalid html. Cheers, Dan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
