-
Notifications
You must be signed in to change notification settings - Fork 295
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
The matching of inline math is not correctly. #204
Comments
Could you describe your issue in more detail? What are the exact steps needed to replicate the issue? Can the issue be prevented by disabling the preview-inline package? Have you contacted the author of preview-inline to verify that the issue is not with their package? Etc. |
I can not seem to replicate your issue. I've tested it in the latest stable version of Atom, and the latest beta. See the attached image. The color of the highlighting is not as you'd expect it coming from the latest version of language-markdown. Can you verify that you've updated both language-markdown and Atom to their latest versions? And can you export a list of the other packages you have installed? I think there's a conflict with something else that's at the root of this. If your screenshot comes from a longer document, it is possible that there's something else on the page that causes this conflict. If that is the case, can you post the raw source for me to verify. |
Thanks for your analysis. As I found, it conflicts with the package |
When I enable language-latex, I'm not getting your error either. Are you sure you have language-markdown enabled for your markdown documents? And can you answer my other questions:
|
|
If you disable all those packages except for language-markdown, language-latex and preview-inline, does the issue still occur? And another thing you can try, if you open Atom in dev mode, and right click |
That is weird. It appears the rules of the grammar are executed in a different order than they are on my machine. I'm going to need to dig into a little deeper when I have more time. You haven't been tinkering with language-markdown in dev-mode at some point, have you? |
@burodepeper nope, I do not have the ability to do that :P BTW, my operating system is Mac Os 10.11.6. |
@Edenharder Before I start breaking my head over this, has this issue perhaps resolved itself due to an update of Atom or any of the related packages? In other words, is the issue still relevant? ; ) |
this will affect the use of the package preview-inline and cause the problem that
Editor is not responding
.From the color of highlighting, we can know that the matching of inline math is not correct. With the package preview-inline installed, moving the cursor into
$\nu$
and togglingpreview-inline
(shortcutctrl+alt+p
) will either give the error that the math is not matching or cause the problemEditor is not responding
.The package preview-inline relies on the matching of math, but I don't know the matching of math is based on the highlighting or not.
The text was updated successfully, but these errors were encountered: