markup
markup copied to clipboard
Most basic math example doesn't work
The first example from the announcement blog post doesn't work.
When $a \ne 0$, there are two solutions to $(ax^2 + bx + c = 0)$ and they are
$$ x = {-b \pm \sqrt{b^2-4ac} \over 2a} $$
Output:
When $a \ne 0$, there are two solutions to $(ax^2 + bx + c = 0)$ and they are $$ x = {-b \pm \sqrt{b^2-4ac} \over 2a} $$
Screenshot (Nov 15, 2023):
Edit: This was already reported in Aug 2022 via community discussions (https://github.com/orgs/community/discussions/30747).
I need to work on open source projects as a part of my university course. I am interested to contribute to this problem.
Can you please assign this to me?