Merge branch '2.0.x'

This commit is contained in:
David Lord 2021-11-15 13:26:06 -08:00
commit ea66c68553
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
9 changed files with 94 additions and 13 deletions

View file

@ -468,7 +468,7 @@ Here is a basic introduction to how the :class:`~markupsafe.Markup` class works:
>>> Markup.escape('<blink>hacker</blink>')
Markup('&lt;blink&gt;hacker&lt;/blink&gt;')
>>> Markup('<em>Marked up</em> &raquo; HTML').striptags()
'Marked up \xbb HTML'
'Marked up » HTML'
.. versionchanged:: 0.5