We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Simple LaTeX equations are handled correctly
$$ a = b $$
But aligned environment is not:
$$ \begin{aligned} a & = b \\ c & = d \\ \end{aligned} $$
The text was updated successfully, but these errors were encountered:
I need this too.
Even in markdown files this happens. While
is good,
$$ a = b\\ c = d\\ $$
gives the same thing back, but it should be equivalent to a non-numbered align in markdown, like shown in @nadya-p 's snapshot.
(I do know that in pure LaTeX indeed \\ are ignored in displaymath of $$ type.)
\\
$$
Any update on this?
Sorry, something went wrong.
Okay. I want to add that
$$ a = b\\\ c=d $$
is working to give the non-numbered align correctly. I wonder why \\\ is needed?
\\\
Also, adding the newline breaks the equation.
This is basically enough for me, because I can get around these changes. Having them converted to the usual case would be a bonus however!
No branches or pull requests
Simple LaTeX equations are handled correctly
But aligned environment is not:
The text was updated successfully, but these errors were encountered: