You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 21 Jan 2011 at 3:42
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 21 Jan 2011 at 3:42The text was updated successfully, but these errors were encountered: