Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LaTeX environments align and equation don't work #2

Open
lluni opened this issue Dec 29, 2022 · 1 comment
Open

LaTeX environments align and equation don't work #2

lluni opened this issue Dec 29, 2022 · 1 comment

Comments

@lluni
Copy link

lluni commented Dec 29, 2022

The LaTeX environments align and equation don't work, example code:

\begin{equation}
    a = b
\end{equation}

This should render as a centered equation with the index (1) on the right side.

I haven't yet tested other environments.

@zefhemel
Copy link
Contributor

Yeah, this is not a full latex rendering environment (unless KaTeX supports this, I haven’t looked too deeply into it). You should be able to put equations in triple-backtick latex blocks though:

```latex
 a = b
```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants