I am trying to format this HTML sentence <span>X<sup>2</sup> + Y<sup>2</sup> = ____</span> using <s:formatText/>. But the string "____" is not formatted correctly. How to get the sentence as Xpow(2) + ...
<span>X<sup>2</sup> + Y<sup>2</sup> = ____</span>
<s:formatText/>
"____"