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 documentation</ title >
14+ < title > Change Log — Python-Markdown 3.3.1 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 documentation</ a > »
40+ < a href =".. "> Python-Markdown 3.3.1 documentation</ a > »
4141 </ li >
4242
4343
@@ -71,6 +71,11 @@ <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 12, 2020: version 3.3.1 (a bug-fix release).</ p >
75+ < ul >
76+ < li > Correctly parse raw < code > script</ code > and < code > style</ code > tags (#1036).</ li >
77+ < li > Ensure consistent class handling by < code > fenced_code</ code > and < code > codehilite</ code > (#1032).</ li >
78+ </ ul >
7479< p > Oct 6, 2020: version 3.3 (< a href ="release-3.3/ "> Notes</ a > ).</ p >
7580< p > May 8, 2020: version 3.2.2 (a bug-fix release).</ p >
7681< ul >
@@ -315,7 +320,7 @@ <h3>Navigation</h3>
315320 < li > < img src ="../py.png "
316321 alt ="icon " style ="vertical-align: middle; margin-top: -1px "/> </ li >
317322 < li class ="nav-item nav-item-0 ">
318- < a href =".. "> Python-Markdown 3.3 documentation</ a > »
323+ < a href =".. "> Python-Markdown 3.3.1 documentation</ a > »
319324 </ li >
320325
321326
@@ -352,7 +357,7 @@ <h3>Navigation</h3>
352357
353358 <!--
354359 MkDocs version : 1.1
355- Docs Build Date UTC : 2020-10-06 20:56:52
360+ Docs Build Date UTC : 2020-10-12 20:01:18
356361 -->
357362 </ body >
358363</ html >
0 commit comments