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.3 documentation</ title >
14+ < title > Change Log — Python-Markdown 3.3.4 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.3 documentation</ a > »
40+ < a href =".. "> Python-Markdown 3.3.4 documentation</ a > »
4141 </ li >
4242
4343
@@ -71,6 +71,15 @@ <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 > Feb 24, 2021: version 3.3.4 (a bug-fix release).</ p >
75+ < ul >
76+ < li > Properly parse unclosed tags in code spans (#1066).</ li >
77+ < li > Properly parse processing instructions in md_in_html (#1070).</ li >
78+ < li > Properly parse code spans in md_in_html (#1069).</ li >
79+ < li > Preserve text immediately before an admonition (#1092).</ li >
80+ < 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 >
82+ </ ul >
7483< p > Oct 25, 2020: version 3.3.3 (a bug-fix release).</ p >
7584< ul >
7685< li > Unify all block-level tags (#1047).</ li >
@@ -332,7 +341,7 @@ <h3>Navigation</h3>
332341 < li > < img src ="../py.png "
333342 alt ="icon " style ="vertical-align: middle; margin-top: -1px "/> </ li >
334343 < li class ="nav-item nav-item-0 ">
335- < a href =".. "> Python-Markdown 3.3.3 documentation</ a > »
344+ < a href =".. "> Python-Markdown 3.3.4 documentation</ a > »
336345 </ li >
337346
338347
@@ -369,7 +378,7 @@ <h3>Navigation</h3>
369378
370379 <!--
371380 MkDocs version : 1.1
372- Docs Build Date UTC : 2020-10-25 20:25:44
381+ Docs Build Date UTC : 2021-02-24 19:59:36
373382 -->
374383 </ body >
375384</ html >
0 commit comments