We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
details
Maybe the details tag needs to be added to a whitelist or something?
<details> <summary class="text-primary mb-3">Show components requiring JavaScript</summary> FOO </details>
becomes:
<p><details> <summary class="text-primary mb-3">Show components requiring JavaScript</summary> FOO </details></p>
which isn't valid HTML.
The text was updated successfully, but these errors were encountered:
Add <details> to recognized HTML5 block tags
5c6bc5d
Closes russross#525
6b41e28
Successfully merging a pull request may close this issue.
Maybe the
details
tag needs to be added to a whitelist or something?becomes:
which isn't valid HTML.
The text was updated successfully, but these errors were encountered: