nabla.nvim
nabla.nvim copied to clipboard
"Unknown block expression"
I got the following error while trying to use nabla.nvim
to preview a block math equation:
The latex
content in a quarto
qmd
file is:
$$
\begin{alignat}{1}
\overline{ \boldsymbol{\hat{y}}}
&=
\bigg(\frac{\partial \mathcal{L}}{\partial\boldsymbol{
\hat{y}}}\bigg)^\top
\overline{\mathcal{L}} \\
&=\big(J_{g(\boldsymbol
{\hat{y}} ,\boldsymbol
{y})\text{ w.r.t }\boldsymbol
{\hat{y}}} \big)
^\top \overline{\mathcal{L}}
\end{alignat}
$$
...which is expected to be rendered like this:
im also having the same issue while using \begin{gather}, so the error is like "Unknown block expression gather"