-
Notifications
You must be signed in to change notification settings - Fork 167
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
Apparent Parsing Bug #17
Comments
I think it's mistakenly recognizing
The broader issue is that markdown-mode shouldn't look for wiki links inside of code blocks. |
You're correct, disabling markdown-wiki-link-search-parent-directories suppresses the symptom, which makes the impact of the mischaracterizing wiki-links in code-blocks very tolerable. |
I disabled this by default in 5fd759c. Better parsing of wiki links and code blocks is on the todo list. |
Sounds reasonable. Thanks for your work maintaining markdown-mode. |
With recent changes to improve detection of code blocks, I was able to fix this properly now in d299a37. |
The following markdown code seems to cause a parser bug.
Steps to reproduce:
Expected Behavior: Emacs quits as normal
Actual Behavior: An error on the mode-line saying...
At this point emacs starts behaving pretty strangely, and can't be closed via M-x kill-emacs. I've ended up killing the pid from the command-line and restarting.
Could this string being sending some regex into a tizzy?
The text was updated successfully, but these errors were encountered: