When you use Rich Editor in confluence, and add more format for text,
Confluence add next format to {}, but parser parse it as:
onSpecialSybol("{")
beginFormat(..)
onSpecialSymbol("}")
onWord(..)..
onSpecialSymbol("{")
endFormat(..)
onSpecialSymbol("}")
Example:
*Bold font* *{_}italic{_}* *{_}{+}underscore{+}{_}* _{+}underscore italic,{+}_
+ui+
P.S.: Another one issue with this is with formating is there.
The underscore + is interpreted only if stay alone, but don't in combination
with another formating.
Original issue reported on code.google.com by luk.be...@gmail.com on 21 Jan 2011 at 3:42
Original issue reported on code.google.com by
luk.be...@gmail.com
on 21 Jan 2011 at 3:42