Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDon't sanitize <summary> #423
Conversation
Add tests that the sanitizer allows <details open> and <summary> and update the implementation to allow <summary>.
The sanitizer allows
<details>but not<summary>, which doesn't make any sense.