-
Notifications
You must be signed in to change notification settings - Fork 22
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
Incorrect handling of quote entities in extended pre block #55
Comments
Thanks for this. I can see the issue, and while I usually like to use the text provided by users in issues to test against, in this case it can be reduced quite a bit while exposing the problem:
Should be rendered as:
Hopefully, I can sort this out relatively easily. |
Actually, your test is more complete. There are issues with the angle brackets as well. Committing a fix shortly. |
Thank you! |
This was merged into version 3.0.0 |
Hello, I try to wrap this text:
and I getting this result:
but on txstyle.org I getting this result:
Difference in parse ". Python parser return ”, php parser return ". ” in not transform in > within pre tag.
The text was updated successfully, but these errors were encountered: