Fix #1353: Update list of empty HTML tags.#1354
Fix #1353: Update list of empty HTML tags.#1354waylan merged 5 commits intoPython-Markdown:masterfrom
Conversation
Python 3.11 already includes the updated list of empty HTML elements.
waylan
left a comment
There was a problem hiding this comment.
The changes look good to me. However, we need a note added to the change log.
I don't think we need to add a test. Current tests are here. We are currently only testing one empty tag (hr). That is probably sufficient.
Note that we can ignore the failing pypy37 test env as that failure is related to the tooling (a tox call is raising an error). Our code never even runs. We will need to track that down separately.
|
The 3.5 release notes are now available. If a note is added there, this will be merged. |
|
Thank you, I will try to fix it today. I was simply a bit confused about the requirement (the actual how-to-that part), and got distracted. |
|
There you go! I updated the changelog. Thanks for your work and your patience. |
I left existing tags in, even the deprecated ones. This fixes #1353