## Superscript Basic superscript is between `^`s: ```````````````````````````````` example E=mc^2^. .

E=mc2.

```````````````````````````````` Backslash escapes: ```````````````````````````````` example E=mc\^2\^. .

E=mc^2^.

```````````````````````````````` Spaces and formatting are allowed: ```````````````````````````````` example E=mc^2 or *3*^. .

E=mc2 or 3.

```````````````````````````````` Punctuation is ignored for purposes of determining flankingness: ```````````````````````````````` example E=mc^!^. .

E=mc!.

```````````````````````````````` Superscript can't begin or end with a space: ```````````````````````````````` example E=mc^ 2^. E=mc^2 ^. ^ ^ .

E=mc^ 2^.

E=mc^2 ^.

^ ^

````````````````````````````````