1111 < link rel ="search " title ="Search " href ="../search.html " />
1212 < link rel ="next " title ="Release Notes for v.3.2 " href ="release-3.2/ " />
1313 < link rel ="prev " title ="Contributing to Python-Markdown " href ="../contributing/ " />
14- < title > Change Log — Python-Markdown 3.2 documentation</ title >
14+ < title > Change Log — Python-Markdown 3.2.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.2 documentation</ a > »
40+ < a href =".. "> Python-Markdown 3.2.1 documentation</ a > »
4141 </ li >
4242 </ ul >
4343 </ div >
@@ -46,6 +46,11 @@ <h3>Navigation</h3>
4646 < div class ="documentwrapper ">
4747 < div class ="bodywrapper ">
4848 < 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 >
49+ < p > Feb 12, 2020: Released version 3.2.1 (a bug-fix release). </ p >
50+ < ul >
51+ < li > The < code > name</ code > property in < code > toc_tokens</ code > from the TOC extension now
52+ escapes HTML special characters (< code > <</ code > , < code > ></ code > , and < code > &</ code > ).</ li >
53+ </ ul >
4954< p > Feb 7, 2020: Released version 3.2 (< a href ="release-3.2/ "> Notes</ a > ).</ p >
5055< p > May 20, 2019: Released version 3.1.1 (a bug-fix release).</ p >
5156< ul >
@@ -272,7 +277,7 @@ <h3>Navigation</h3>
272277 < li > < img src ="../py.png "
273278 alt ="icon " style ="vertical-align: middle; margin-top: -1px "/> </ li >
274279 < li class ="nav-item nav-item-0 ">
275- < a href =".. "> Python-Markdown 3.2 documentation</ a > »
280+ < a href =".. "> Python-Markdown 3.2.1 documentation</ a > »
276281 </ li >
277282 </ ul >
278283 </ div >
@@ -284,7 +289,7 @@ <h3>Navigation</h3>
284289
285290 <!--
286291 MkDocs version : 1.0.4
287- Docs Build Date UTC : 2020-02-07 00:16:35
292+ Docs Build Date UTC : 2020-02-12 20:43:28
288293 -->
289294 </ body >
290295</ html >
0 commit comments