2 Sep 2007 17:12
Re: [PATCH] [low priority bug] Word markup
Michał Jazłowiecki wrote: > Michel Peterson wrote: > >> When you send words like this >> >> /word/ *word* _word_ >> >> Psi applies italic, bold and underline to those words, UNLESS the >> sentence starts with such words. > > Right. More of that: Psi won't italicize, boldify or underline the words > at the end of the line (just before the newline, or trailed only by > whitespace). > > I cannot think of a solution to this bugette as it requires to change > the regular expression used to replace the strings with markup. seem easily fixed.. the previous RegEx was actually very much ok, it just didn't match text after RichText Entities. Patch appended, Regards :)
Michał Jazłowiecki wrote: > Michel Peterson wrote: >(Continue reading)
RSS Feed