-
Notifications
You must be signed in to change notification settings - Fork 31
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
Support Cloze for Latex Equations #85
Comments
@jasonwilliams may need to look further into this one. Maybe the math parser in Anki for VSCode is not replacing the
Note that Example below# Mathjax with Cloze
## \[ {{c2::\left(\frac{d}{b}\right)^{n} }}={{c1::\frac{a^{n} }{b^{n} } }} \]
\[ enter mathjax with cloze here \]
This is Anki syntax, not markdown.
## $$ {{c2::\left(\frac{d}{b}\right)^{n} }}={{c1::\frac{a^{n} }{b^{n} } }} $$
$$ enter mathjax with cloze here $$
Not working.
|
This looks like a duplicate of #102 can I close this? I also commented there |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I try to use Cloze on latex equations now, they do not render properly. For example they the $ sign is just recognized as an actual $. Thanks for your consideration.
The text was updated successfully, but these errors were encountered: