1111 < link rel ="search " title ="Search " href ="../search.html " />
1212 < link rel ="next " title ="Release Notes for v.3.3 " href ="release-3.3/ " />
1313 < link rel ="prev " title ="Contributing to Python-Markdown " href ="../contributing/ " />
14- < title > Change Log — Python-Markdown 3.3.4 documentation</ title >
14+ < title > Change Log — Python-Markdown 3.3.5 documentation</ title >
1515 < link rel ="stylesheet " href ="../static/nature.css " type ="text/css " />
1616 < link rel ="stylesheet " href ="../static/pygments.css " type ="text/css " />
1717 < script type ="text/javascript " src ="../static/jquery.js "> </ script >
@@ -37,7 +37,7 @@ <h3>Navigation</h3>
3737 < li > < img src ="../py.png "
3838 alt ="icon " style ="vertical-align: middle; margin-top: -1px "/> </ li >
3939 < li class ="nav-item nav-item-0 ">
40- < a href =".. "> Python-Markdown 3.3.4 documentation</ a > »
40+ < a href =".. "> Python-Markdown 3.3.5 documentation</ a > »
4141 </ li >
4242
4343
@@ -71,14 +71,25 @@ <h3>Navigation</h3>
7171 < div class ="documentwrapper ">
7272 < div class ="bodywrapper ">
7373 < div class ="body " role ="main "> < h1 id ="python-markdown-change-log "> Python-Markdown Change Log< a class ="headerlink " href ="#python-markdown-change-log " title ="Permanent link "> ¶</ a > </ h1 >
74+ < p > Nov 16, 2021: version 3.3.5 (a bug-fix release).</ p >
75+ < ul >
76+ < li > Make the < code > slugify_unicode</ code > function not remove diacritical marks (#1118).</ li >
77+ < li > Fix < code > [toc]</ code > detection when used with < code > nl2br</ code > extension (#1160).</ li >
78+ < li > Re-use compiled regex for block level checks (#1169).</ li >
79+ < li > Don’t process shebangs in fenced code blocks when using CodeHilite (#1156).</ li >
80+ < li > Improve email address validation for Automatic Links (#1165).</ li >
81+ < li > Ensure < code > <summary></ code > tags are parsed correctly (#1079).</ li >
82+ < li > Support Python 3.10 (#1124).</ li >
83+ </ ul >
7484< p > Feb 24, 2021: version 3.3.4 (a bug-fix release).</ p >
7585< ul >
7686< li > Properly parse unclosed tags in code spans (#1066).</ li >
7787< li > Properly parse processing instructions in md_in_html (#1070).</ li >
7888< li > Properly parse code spans in md_in_html (#1069).</ li >
7989< li > Preserve text immediately before an admonition (#1092).</ li >
8090< li > Simplified regex for HTML placeholders (#928) addressing (#932).</ li >
81- < li > Ensure < code > permalinks</ code > and < code > ankorlinks</ code > are not restricted by < code > toc_depth</ code > (#1107).</ li >
91+ < li > Ensure < code > permalinks</ code > and < code > anchorlinks</ code > are not restricted by < code > toc_depth</ code > (#1107).</ li >
92+ < li > Fix corner cases with lists under admonitions (#1102).</ li >
8293</ ul >
8394< p > Oct 25, 2020: version 3.3.3 (a bug-fix release).</ p >
8495< ul >
@@ -341,7 +352,7 @@ <h3>Navigation</h3>
341352 < li > < img src ="../py.png "
342353 alt ="icon " style ="vertical-align: middle; margin-top: -1px "/> </ li >
343354 < li class ="nav-item nav-item-0 ">
344- < a href =".. "> Python-Markdown 3.3.4 documentation</ a > »
355+ < a href =".. "> Python-Markdown 3.3.5 documentation</ a > »
345356 </ li >
346357
347358
@@ -371,14 +382,14 @@ <h3>Navigation</h3>
371382 </ ul >
372383 </ div >
373384 < div class ="footer " role ="contentinfo "> Copyright © 2010-2017, The Python-Markdown Project.
374- Created using < a href ="https://www.mkdocs.org/ "> MkDocs</ a > 1.1.
385+ Created using < a href ="https://www.mkdocs.org/ "> MkDocs</ a > 1.1.2.
375386 </ div >
376387 < script > var base_url = '..' ; </ script >
377388 < script src ="../search/main.js "> </ script >
378389
379390 <!--
380- MkDocs version : 1.1
381- Docs Build Date UTC : 2021-02-24 19:59:36
391+ MkDocs version : 1.1.2
392+ Docs Build Date UTC : 2021-11-16 16:01:43.758826+00:00
382393 -->
383394 </ body >
384395</ html >
0 commit comments