## Subscript Basic subscript 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!.

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

E=mc~ 2~.

E=mc~2 ~.

~ ~

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