sup tag is used to display superscript text. It should not be used to
markup mathematical exponents; instead, use
Content MathML to create exponents and math with superscripts.
This CNXML:
<para id="armstrong">
Neil Armstrong was the 1<sup>st</sup>
man on the moon.
</para>
Results in this display:
Neil Armstrong was the 1st man on the moon.