-
Notifications
You must be signed in to change notification settings - Fork 3
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
Issue with multiple backslashes #11
Comments
TL;DR : give me a better regex engine and I'll fix it. The current state of js regex engine doesn't allow lookbehinds, which is the only way I see of handling this without changing anything but the regex, using e.g. Another solution would be dirty manipulation of last match index, which I refuse to do. That would need too much refactoring, for no real benefit, as it seems unlikely anyone would actually mean to write |
If you cannot tell whether there is a I suppose it is a question of: if this cannot distinguish normal content typing and markup, why is it a better solution than not having it installed? |
|
The following
is closed as if it was
\begin{enumerate}
. In other words, there is no distinction between a backslash beginning a macro and a backslash in a newline.The text was updated successfully, but these errors were encountered: