### Describe the bug The superscript and subscript don't seem to work. For example: `x<sub>2</sub>` should produce x<sub>2</sub> `x<sup>2</sup>` should produce x<sup>2</sup> Thank you,