-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Parsing is extremely fragile? #51
Comments
Hello @adamdahan, and thanks for raising the issue. I built the regex myself in an attempt to be compatible with Character Escaping. See #46 for what was the problem, and 437d9a9#diff-842045870396c3236b1fad63acfe6264R140 for the solution ( In branch 3.x, the regex is the same, but written I'll look into the issue, but feel free to provide a pull request to master. |
Maybe changing |
I have a little snippet for you to test and I am curious to know if you have any insights about why the parsing breaks down so easily before I go in and try to fix it up.
This markdown below should render a simple while loop
But it does not render using your parser. Interestingly enough though this does:
I found that the initial newline and the last two newline chars are breaking it.
Any ideas?
The text was updated successfully, but these errors were encountered: