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.6 documentation</ title >
14+ < title > Change Log — Python-Markdown 3.3.7 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.6 documentation</ a > »
40+ < a href =".. "> Python-Markdown 3.3.7 documentation</ a > »
4141 </ li >
4242
4343
@@ -71,6 +71,12 @@ <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 > May 5, 2022: version 3.3.7 (a bug-fix release).</ p >
75+ < ul >
76+ < li > Disallow square brackets in reference link ids (#1209).</ li >
77+ < li > Retain configured < code > pygments_style</ code > after first code block (#1240).</ li >
78+ < li > Ensure fenced code attributes are properly escaped (#1247).</ li >
79+ </ ul >
7480< p > Nov 17, 2021: version 3.3.6 (a bug-fix release).</ p >
7581< ul >
7682< li > Fix a dependency issue (#1195, #1196).</ li >
@@ -356,7 +362,7 @@ <h3>Navigation</h3>
356362 < li > < img src ="../py.png "
357363 alt ="icon " style ="vertical-align: middle; margin-top: -1px "/> </ li >
358364 < li class ="nav-item nav-item-0 ">
359- < a href =".. "> Python-Markdown 3.3.6 documentation</ a > »
365+ < a href =".. "> Python-Markdown 3.3.7 documentation</ a > »
360366 </ li >
361367
362368
@@ -393,7 +399,7 @@ <h3>Navigation</h3>
393399
394400 <!--
395401 MkDocs version : 1.1.2
396- Docs Build Date UTC : 2021-11-17 16:00:32.929138 +00:00
402+ Docs Build Date UTC : 2022-05-05 19:10:52.425646 +00:00
397403 -->
398404 </ body >
399405</ html >
0 commit comments