Skip to content
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

html: '&' dropped, if not followed by '#' or a-z #58

Closed
ccbenny opened this issue Sep 13, 2024 · 3 comments
Closed

html: '&' dropped, if not followed by '#' or a-z #58

ccbenny opened this issue Sep 13, 2024 · 3 comments

Comments

@ccbenny
Copy link

ccbenny commented Sep 13, 2024

The input & S&P, S & P, & is converted to & S&P, S P, with html... Surely what is wanted is & S&P, S & P, &. I'll attach a patch in a moment.

@ccbenny
Copy link
Author

ccbenny commented Sep 13, 2024

@rrthomas
Copy link
Owner

Thanks for the report, and double thanks for the patch and test!

@ccbenny
Copy link
Author

ccbenny commented Sep 14, 2024

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants