-
Notifications
You must be signed in to change notification settings - Fork 154
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
Disable HTML formatting by default #1214
Disable HTML formatting by default #1214
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks very good to me, thanks!
Could you also please add a line to the changelog (newest on top, and using the PR ID)? Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now that I think of it, this seems to really solve a problem/bug for you. I'd like to avoid this problem creeping back in. So would you be willing to add a small regression test (that fails without the change and passes with the change)?
Co-authored-by: Oliver Klee <github@oliverklee.de>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Beautiful. Thanks for contributing this, @osbre! ❤️
Oh, the PHP Sniffer is not happy. I'll fix this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I'm a bit late back to the party.
Good job both, particularly the thoughtful discussion about the rationale, motivation, whys and wherefores, etc. I feel confident that the chosen solution is best.
However, I've spotted an issue with the CHANGELOG
change which will need to be addressed. I don't know if it's possible (or desirable) to make further changes in a PR which has already been approved and merged.
I've also added a couple of other comments which are somewhat neither here nor there, and nothing to worry about.
Thanks @osbre for contributing.
Closes #1213