11
11
< link rel ="search " title ="Search " href ="../search.html " />
12
12
< link rel ="next " title ="Release Notes for v.3.3 " href ="release-3.3/ " />
13
13
< 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 >
15
15
< link rel ="stylesheet " href ="../static/nature.css " type ="text/css " />
16
16
< link rel ="stylesheet " href ="../static/pygments.css " type ="text/css " />
17
17
< script type ="text/javascript " src ="../static/jquery.js "> </ script >
@@ -37,7 +37,7 @@ <h3>Navigation</h3>
37
37
< li > < img src ="../py.png "
38
38
alt ="icon " style ="vertical-align: middle; margin-top: -1px "/> </ li >
39
39
< 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 > »
41
41
</ li >
42
42
43
43
@@ -71,6 +71,18 @@ <h3>Navigation</h3>
71
71
< div class ="documentwrapper ">
72
72
< div class ="bodywrapper ">
73
73
< 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 >
74
86
< p > Oct 12, 2020: version 3.3.1 (a bug-fix release).</ p >
75
87
< ul >
76
88
< li > Correctly parse raw < code > script</ code > and < code > style</ code > tags (#1036).</ li >
@@ -320,7 +332,7 @@ <h3>Navigation</h3>
320
332
< li > < img src ="../py.png "
321
333
alt ="icon " style ="vertical-align: middle; margin-top: -1px "/> </ li >
322
334
< 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 > »
324
336
</ li >
325
337
326
338
@@ -357,7 +369,7 @@ <h3>Navigation</h3>
357
369
358
370
<!--
359
371
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
361
373
-->
362
374
</ body >
363
375
</ html >
0 commit comments