-
-
Notifications
You must be signed in to change notification settings - Fork 197
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
Ampersands cause content to be skipped #192
Labels
Comments
My gut says this is probably an issue with the EntityParser's regex being too greedy. (Note how it starts at the first ampersand and continues through the |
Could it be as simple as a missing |
colinodell
added a commit
that referenced
this issue
Oct 13, 2015
This change allows us to create full regex patterns to match any entity, or specifically one at the very start of the string. This fixes an issue introduced while trying to fix #192.
colinodell
added a commit
that referenced
this issue
Oct 13, 2015
This change allows us to create full regex patterns to match any entity, or specifically one at the very start of the string. This fixes an issue introduced while trying to fix #192.
marijnvdwerf
pushed a commit
to marijnvdwerf/commonmark
that referenced
this issue
Jan 5, 2016
This change allows us to create full regex patterns to match any entity, or specifically one at the very start of the string. This fixes an issue introduced while trying to fix thephpleague#192.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Non-entity ampersands followed by a later entity-indicating ampersand cause pieces of content to be skipped
Input:
Actual:
Expected:
The text was updated successfully, but these errors were encountered: