You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Detecting things that are hidden in the rendered HTML generically seems hard. We would need to parse the Markdown, but neither of the Python markdown libraries seem particularly fun to use.
Maybe we could do a poor-man's parsing (we only need to guard against ` and ``` code blocks). We would also probably want to whitelist real tags.
See sympy/sympy#15917. The
<!-- END RELEASE NOTES -->
got added to the release notes.The text was updated successfully, but these errors were encountered: