Inkcite 1.18.3

Superscript

Bulletproof superscripts.

The {sup} Helper standardizes the display of superscripted text in a bulletproof way. It is typically unnecessary to adjust the attributes on this tag unless you are adding superscripts to particularly large or small typography.

Usage

Example Inkcite markup:

 Brand{sup}™{/sup}

An example of the resulting email HTML output:

 Brand<sup style="font-size:70%;line-height:1;mso-text-raise:60%;vertical-align:top">&trade;</sup>

Inkcite’s markup is 76% shorter than conventional HTML.

Attributes

font-weight
Allows you to override the font-weight applied to the superscript. Useful when the superscripted element appears within a bolded title but the superscripted element should be normal font weight.
font_size
Allows you to adjust the percentage of the standard font size for this superscript
line-height
Allows you to adjust the line-height that the superscript vertically aligns against

Credit

Inkcite’s superscript Helper came from best-practices in the Litmus Community