nabla.nvim icon indicating copy to clipboard operation
nabla.nvim copied to clipboard

"Unknown block expression"

Open hopezh opened this issue 1 year ago • 1 comments

I got the following error while trying to use nabla.nvim to preview a block math equation:

Screenshot 2023-07-04 at 9 41 49 PM

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: Screenshot 2023-07-04 at 9 45 27 PM

hopezh avatar Jul 04 '23 13:07 hopezh

im also having the same issue while using \begin{gather}, so the error is like "Unknown block expression gather"

frogiraffe avatar Oct 14 '23 14:10 frogiraffe