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

When copying formulas, the escape characters in HTML are also copied, which causes errors in LaTex formulas #6

Open
jrt324 opened this issue Sep 1, 2023 · 0 comments

Comments

@jrt324
Copy link

jrt324 commented Sep 1, 2023

When copying formulas, the escape characters in HTML are also copied, which causes errors in LaTex formulas.
eg: the render formulas is:

\begin{bmatrix} 
 x_{11} &x_{12}  \\
 x_{21} & x_{22} \\
 \vdots &\vdots  \\
 x_{n1} & x_{n2} 
\end{bmatrix}

But the copied is:

\begin{bmatrix} 
x_{11} & x_{12} \\
 x_{21} & x_{22} \\ 
\vdots & \vdots \\ 
x_{n1} & x_{n2} 
\end{bmatrix}

it's include the escape characters &amp

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

1 participant