As a user, i want to add Mathematical expressions to wikidata, and see them displayed on the main page.
- the input field for mathematical expression is a simple text input
- the error check only occurs once the user attempts to publish - therefore if there is an error, we remain consistent with errors while publishing and display an error message: it reads "Could not save due to an error. Malformed input: syntax error"
- In addition to the error message we show the error state in the input field
- On the display side, we show whatever the tool math extensions gives us. On desktop it looks like this:
Acceptance Criteria:
- The input field for mathematical expression is a simple text input.
- The math equations are only supported in LTR (for now)
- In case the math equation is too long, it should be truncated (overflow-x) with a gradient like the Musical notation.
- The valid math equation will be placed as it is from the server rendering.

