Is it possible in XWiki 2.x syntax to set span style?
E.g.:
Normal (%style="color: red;"%) red normal
makes following normal also red. Only solution I could get working was
embedded html code, e.g.:
normal {{html clean="false"}}<span style="color:
red;">{{/html}}red{{html clean="false"}}</span>{{/html}} normal
Are there any better approaches?
Thanks!
Valdis