Zhomart / wikimodel

Automatically exported from code.google.com/p/wikimodel
0 stars 0 forks source link

Confluence - basic formating in bracklet #202

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by thomas.m...@gmail.com on 11 Jul 2011 at 9:12