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

strip: properly remove math in all scenarios #114

Open
crowlKats opened this issue Mar 8, 2024 · 1 comment
Open

strip: properly remove math in all scenarios #114

crowlKats opened this issue Mar 8, 2024 · 1 comment

Comments

@crowlKats
Copy link
Member

$$ \begin{aligned} \dot{x} & = \sigma(y-x) \\ \dot{y} & = \rho x - y - xz \\
\dot{z} & = -\beta z + xy \end{aligned} $$
is not properly handled

@sanderhahn
Copy link

Also noticed that the regex for the block formulas don't allow newlines as whitespace. The VSCode Markdown Preview Enhanced extension also allow more whitespace in inline formulas.

$$
x
:=
x
$$

$$ x := x $$

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