Skip to content

Commit 5a6448b

Browse files
committed
Deployed 447da66 with MkDocs version: 1.1
1 parent 4623106 commit 5a6448b

File tree

45 files changed

+224
-212
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+224
-212
lines changed

404.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="search" title="Search" href="/search.html" />
1212

1313

14-
<title>Python-Markdown 3.3.1 documentation</title>
14+
<title>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>
@@ -33,7 +33,7 @@ <h3>Navigation</h3>
3333
<li><img src="/py.png"
3434
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
3535
<li class="nav-item nav-item-0">
36-
<a href="/.">Python-Markdown 3.3.1 documentation</a> &#187;
36+
<a href="/.">Python-Markdown 3.3.3 documentation</a> &#187;
3737
</li>
3838
</ul>
3939
</div>
@@ -92,7 +92,7 @@ <h3>Navigation</h3>
9292
<li><img src="/py.png"
9393
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
9494
<li class="nav-item nav-item-0">
95-
<a href="/.">Python-Markdown 3.3.1 documentation</a> &#187;
95+
<a href="/.">Python-Markdown 3.3.3 documentation</a> &#187;
9696
</li>
9797
</ul>
9898
</div>
@@ -104,7 +104,7 @@ <h3>Navigation</h3>
104104

105105
<!--
106106
MkDocs version : 1.1
107-
Docs Build Date UTC : 2020-10-12 20:01:18
107+
Docs Build Date UTC : 2020-10-25 20:25:44
108108
-->
109109
</body>
110110
</html>

authors/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="search" title="Search" href="../search.html" />
1212

1313
<link rel="prev" title="Release Notes for v.2.0" href="../change_log/release-2.0/" />
14-
<title>Authors &#8212; Python-Markdown 3.3.1 documentation</title>
14+
<title>Authors &#8212; 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>
@@ -35,7 +35,7 @@ <h3>Navigation</h3>
3535
<li><img src="../py.png"
3636
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
3737
<li class="nav-item nav-item-0">
38-
<a href="..">Python-Markdown 3.3.1 documentation</a> &#187;
38+
<a href="..">Python-Markdown 3.3.3 documentation</a> &#187;
3939
</li>
4040

4141

@@ -197,7 +197,7 @@ <h3>Navigation</h3>
197197
<li><img src="../py.png"
198198
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
199199
<li class="nav-item nav-item-0">
200-
<a href="..">Python-Markdown 3.3.1 documentation</a> &#187;
200+
<a href="..">Python-Markdown 3.3.3 documentation</a> &#187;
201201
</li>
202202

203203

@@ -234,7 +234,7 @@ <h3>Navigation</h3>
234234

235235
<!--
236236
MkDocs version : 1.1
237-
Docs Build Date UTC : 2020-10-12 20:01:18
237+
Docs Build Date UTC : 2020-10-25 20:25:44
238238
-->
239239
</body>
240240
</html>

change_log/index.html

+16-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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 &#8212; Python-Markdown 3.3.1 documentation</title>
14+
<title>Change Log &#8212; 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> &#187;
40+
<a href="..">Python-Markdown 3.3.3 documentation</a> &#187;
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">&para;</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 &amp; #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> &#187;
335+
<a href="..">Python-Markdown 3.3.3 documentation</a> &#187;
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>

change_log/release-2.0/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="search" title="Search" href="../../search.html" />
1212
<link rel="next" title="Authors" href="../../authors/" />
1313
<link rel="prev" title="Release Notes for v.2.1" href="../release-2.1/" />
14-
<title>Release Notes for v.2.0 &#8212; Python-Markdown 3.3.1 documentation</title>
14+
<title>Release Notes for v.2.0 &#8212; 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> &#187;
40+
<a href="../..">Python-Markdown 3.3.3 documentation</a> &#187;
4141
</li>
4242

4343

@@ -194,7 +194,7 @@ <h3>Navigation</h3>
194194
<li><img src="../../py.png"
195195
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
196196
<li class="nav-item nav-item-0">
197-
<a href="../..">Python-Markdown 3.3.1 documentation</a> &#187;
197+
<a href="../..">Python-Markdown 3.3.3 documentation</a> &#187;
198198
</li>
199199

200200

@@ -231,7 +231,7 @@ <h3>Navigation</h3>
231231

232232
<!--
233233
MkDocs version : 1.1
234-
Docs Build Date UTC : 2020-10-12 20:01:18
234+
Docs Build Date UTC : 2020-10-25 20:25:44
235235
-->
236236
</body>
237237
</html>

change_log/release-2.1/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="search" title="Search" href="../../search.html" />
1212
<link rel="next" title="Release Notes for v.2.0" href="../release-2.0/" />
1313
<link rel="prev" title="Release Notes for v.2.2" href="../release-2.2/" />
14-
<title>Release Notes for v.2.1 &#8212; Python-Markdown 3.3.1 documentation</title>
14+
<title>Release Notes for v.2.1 &#8212; 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> &#187;
40+
<a href="../..">Python-Markdown 3.3.3 documentation</a> &#187;
4141
</li>
4242

4343

@@ -249,7 +249,7 @@ <h3>Navigation</h3>
249249
<li><img src="../../py.png"
250250
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
251251
<li class="nav-item nav-item-0">
252-
<a href="../..">Python-Markdown 3.3.1 documentation</a> &#187;
252+
<a href="../..">Python-Markdown 3.3.3 documentation</a> &#187;
253253
</li>
254254

255255

@@ -286,7 +286,7 @@ <h3>Navigation</h3>
286286

287287
<!--
288288
MkDocs version : 1.1
289-
Docs Build Date UTC : 2020-10-12 20:01:18
289+
Docs Build Date UTC : 2020-10-25 20:25:44
290290
-->
291291
</body>
292292
</html>

change_log/release-2.2/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="search" title="Search" href="../../search.html" />
1212
<link rel="next" title="Release Notes for v.2.1" href="../release-2.1/" />
1313
<link rel="prev" title="Release Notes for v.2.3" href="../release-2.3/" />
14-
<title>Release Notes for v.2.2 &#8212; Python-Markdown 3.3.1 documentation</title>
14+
<title>Release Notes for v.2.2 &#8212; 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> &#187;
40+
<a href="../..">Python-Markdown 3.3.3 documentation</a> &#187;
4141
</li>
4242

4343

@@ -198,7 +198,7 @@ <h3>Navigation</h3>
198198
<li><img src="../../py.png"
199199
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
200200
<li class="nav-item nav-item-0">
201-
<a href="../..">Python-Markdown 3.3.1 documentation</a> &#187;
201+
<a href="../..">Python-Markdown 3.3.3 documentation</a> &#187;
202202
</li>
203203

204204

@@ -235,7 +235,7 @@ <h3>Navigation</h3>
235235

236236
<!--
237237
MkDocs version : 1.1
238-
Docs Build Date UTC : 2020-10-12 20:01:18
238+
Docs Build Date UTC : 2020-10-25 20:25:44
239239
-->
240240
</body>
241241
</html>

change_log/release-2.3/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="search" title="Search" href="../../search.html" />
1212
<link rel="next" title="Release Notes for v.2.2" href="../release-2.2/" />
1313
<link rel="prev" title="Release Notes for v.2.4" href="../release-2.4/" />
14-
<title>Release Notes for v.2.3 &#8212; Python-Markdown 3.3.1 documentation</title>
14+
<title>Release Notes for v.2.3 &#8212; 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> &#187;
40+
<a href="../..">Python-Markdown 3.3.3 documentation</a> &#187;
4141
</li>
4242

4343

@@ -227,7 +227,7 @@ <h3>Navigation</h3>
227227
<li><img src="../../py.png"
228228
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
229229
<li class="nav-item nav-item-0">
230-
<a href="../..">Python-Markdown 3.3.1 documentation</a> &#187;
230+
<a href="../..">Python-Markdown 3.3.3 documentation</a> &#187;
231231
</li>
232232

233233

@@ -264,7 +264,7 @@ <h3>Navigation</h3>
264264

265265
<!--
266266
MkDocs version : 1.1
267-
Docs Build Date UTC : 2020-10-12 20:01:18
267+
Docs Build Date UTC : 2020-10-25 20:25:44
268268
-->
269269
</body>
270270
</html>

change_log/release-2.4/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="search" title="Search" href="../../search.html" />
1212
<link rel="next" title="Release Notes for v.2.3" href="../release-2.3/" />
1313
<link rel="prev" title="Release Notes for v.2.5" href="../release-2.5/" />
14-
<title>Release Notes for v.2.4 &#8212; Python-Markdown 3.3.1 documentation</title>
14+
<title>Release Notes for v.2.4 &#8212; 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> &#187;
40+
<a href="../..">Python-Markdown 3.3.3 documentation</a> &#187;
4141
</li>
4242

4343

@@ -204,7 +204,7 @@ <h3>Navigation</h3>
204204
<li><img src="../../py.png"
205205
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
206206
<li class="nav-item nav-item-0">
207-
<a href="../..">Python-Markdown 3.3.1 documentation</a> &#187;
207+
<a href="../..">Python-Markdown 3.3.3 documentation</a> &#187;
208208
</li>
209209

210210

@@ -241,7 +241,7 @@ <h3>Navigation</h3>
241241

242242
<!--
243243
MkDocs version : 1.1
244-
Docs Build Date UTC : 2020-10-12 20:01:18
244+
Docs Build Date UTC : 2020-10-25 20:25:44
245245
-->
246246
</body>
247247
</html>

change_log/release-2.5/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="search" title="Search" href="../../search.html" />
1212
<link rel="next" title="Release Notes for v.2.4" href="../release-2.4/" />
1313
<link rel="prev" title="Release Notes for v.2.6" href="../release-2.6/" />
14-
<title>Release Notes for v.2.5 &#8212; Python-Markdown 3.3.1 documentation</title>
14+
<title>Release Notes for v.2.5 &#8212; 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> &#187;
40+
<a href="../..">Python-Markdown 3.3.3 documentation</a> &#187;
4141
</li>
4242

4343

@@ -316,7 +316,7 @@ <h3>Navigation</h3>
316316
<li><img src="../../py.png"
317317
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
318318
<li class="nav-item nav-item-0">
319-
<a href="../..">Python-Markdown 3.3.1 documentation</a> &#187;
319+
<a href="../..">Python-Markdown 3.3.3 documentation</a> &#187;
320320
</li>
321321

322322

@@ -353,7 +353,7 @@ <h3>Navigation</h3>
353353

354354
<!--
355355
MkDocs version : 1.1
356-
Docs Build Date UTC : 2020-10-12 20:01:18
356+
Docs Build Date UTC : 2020-10-25 20:25:44
357357
-->
358358
</body>
359359
</html>

change_log/release-2.6/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="search" title="Search" href="../../search.html" />
1212
<link rel="next" title="Release Notes for v.2.5" href="../release-2.5/" />
1313
<link rel="prev" title="Release Notes for v.3.0" href="../release-3.0/" />
14-
<title>Release Notes for v.2.6 &#8212; Python-Markdown 3.3.1 documentation</title>
14+
<title>Release Notes for v.2.6 &#8212; 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> &#187;
40+
<a href="../..">Python-Markdown 3.3.3 documentation</a> &#187;
4141
</li>
4242

4343

@@ -420,7 +420,7 @@ <h3>Navigation</h3>
420420
<li><img src="../../py.png"
421421
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
422422
<li class="nav-item nav-item-0">
423-
<a href="../..">Python-Markdown 3.3.1 documentation</a> &#187;
423+
<a href="../..">Python-Markdown 3.3.3 documentation</a> &#187;
424424
</li>
425425

426426

@@ -457,7 +457,7 @@ <h3>Navigation</h3>
457457

458458
<!--
459459
MkDocs version : 1.1
460-
Docs Build Date UTC : 2020-10-12 20:01:18
460+
Docs Build Date UTC : 2020-10-25 20:25:44
461461
-->
462462
</body>
463463
</html>

0 commit comments

Comments
 (0)