mirror of
https://github.com/python/cpython.git
synced 2025-07-07 11:25:30 +00:00
_markupbase.py: Use a permalink for the analysis of MS-Word extensions (GH-129017)
Update _markupbase.py
This commit is contained in:
parent
052ca8ffe8
commit
a64e0a553b
1 changed files with 1 additions and 1 deletions
|
@ -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*>')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue