_markupbase.py: Use a permalink for the analysis of MS-Word extensions (GH-129017)

Update _markupbase.py
This commit is contained in:
Stan Ulbrych 2025-02-06 10:40:43 +00:00 committed by GitHub
parent 052ca8ffe8
commit a64e0a553b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ _commentclose = re.compile(r'--\s*>')
_markedsectionclose = re.compile(r']\s*]\s*>')
# An analysis of the MS-Word extensions is available at
# http://www.planetpublish.com/xmlarena/xap/Thursday/WordtoXML.pdf
# http://web.archive.org/web/20060321153828/http://www.planetpublish.com/xmlarena/xap/Thursday/WordtoXML.pdf
_msmarkedsectionclose = re.compile(r']\s*>')