You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.
(harder) could check to see if subscript/superscript character exists in Unicode, rather than manually checking for certain ones. This would allow characters like +⁺₊ to be added without manually filtering, useful for recursive relations or indices problems. Kings Maths School website seems to use <sup> and <sub> currently.
The text was updated successfully, but these errors were encountered:
For example, x squared would simply be displayed as x2
Unicode superscript characters:
⁰¹²³⁴⁵⁶⁷⁸⁹
Unicode subscript characters:
₀₁₂₃₄₅₆₇₈₉
https://en.wikipedia.org/wiki/Superscripts_and_Subscripts
https://www.fileformat.info/info/unicode/block/superscripts_and_subscripts/list.htm
(harder) could check to see if subscript/superscript character exists in Unicode, rather than manually checking for certain ones. This would allow characters like +⁺₊ to be added without manually filtering, useful for recursive relations or indices problems. Kings Maths School website seems to use
<sup>
and<sub>
currently.The text was updated successfully, but these errors were encountered: