Normalize tex strings in math editor: more curly brackets #197
Labels
Good first issue
Status/1. Ready
This issue has been confirmed and is ready to be worked on.
Type/Enhancement
x^{2}
instead ofx^2
,\log_{2}(x)
instead of\log_2(x)
.Makes output more consistent and easier to parse with no special cases for single characters. E.g.
x^{12}
must be written like that.Also consistent with MathQuill.
The text was updated successfully, but these errors were encountered: