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.1 documentation</ title >
14+ < title > Change Log — Python-Markdown 3.3.3 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.1 documentation</ a > »
40+ < a href =".. "> Python-Markdown 3.3.3 documentation</ a > »
4141 </ li >
4242
4343
@@ -71,6 +71,18 @@ <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 > Oct 25, 2020: version 3.3.3 (a bug-fix release).</ p >
75+ < ul >
76+ < li > Unify all block-level tags (#1047).</ li >
77+ < li > Fix issue where some empty elements would have text rendered as < code > None</ code > when using < code > md_in_html</ code > (#1049).</ li >
78+ < li > Avoid catastrophic backtracking in < code > hr</ code > regex (#1055).</ li >
79+ < li > Fix < code > hr</ code > HTML handling (#1053).</ li >
80+ </ ul >
81+ < p > Oct 19, 2020: version 3.3.2 (a bug-fix release).</ p >
82+ < ul >
83+ < li > Properly parse inline HTML in md_in_html (#1040 & #1045).</ li >
84+ < li > Avoid crashing when md_in_html fails (#1040).</ li >
85+ </ ul >
7486< p > Oct 12, 2020: version 3.3.1 (a bug-fix release).</ p >
7587< ul >
7688< li > Correctly parse raw < code > script</ code > and < code > style</ code > tags (#1036).</ li >
@@ -320,7 +332,7 @@ <h3>Navigation</h3>
320332 < li > < img src ="../py.png "
321333 alt ="icon " style ="vertical-align: middle; margin-top: -1px "/> </ li >
322334 < li class ="nav-item nav-item-0 ">
323- < a href =".. "> Python-Markdown 3.3.1 documentation</ a > »
335+ < a href =".. "> Python-Markdown 3.3.3 documentation</ a > »
324336 </ li >
325337
326338
@@ -357,7 +369,7 @@ <h3>Navigation</h3>
357369
358370 <!--
359371 MkDocs version : 1.1
360- Docs Build Date UTC : 2020-10-12 20:01:18
372+ Docs Build Date UTC : 2020-10-25 20:25:44
361373 -->
362374 </ body >
363375</ html >
0 commit comments