Skip to content

Confluence - basic formating in bracklet #202

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions