Skip to content

Commit 619cdac

Browse files
committed
Deployed 7df1ed3 with MkDocs version: 1.1
1 parent f612af1 commit 619cdac

File tree

46 files changed

+1815
-1070
lines changed

Some content is hidden

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

46 files changed

+1815
-1070
lines changed

‎404.html

Lines changed: 6 additions & 6 deletions
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.2.1 documentation</title>
14+
<title>Python-Markdown 3.2.2 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.2.1 documentation</a> &#187;
36+
<a href="/.">Python-Markdown 3.2.2 documentation</a> &#187;
3737
</li>
3838
</ul>
3939
</div>
@@ -92,19 +92,19 @@ <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.2.1 documentation</a> &#187;
95+
<a href="/.">Python-Markdown 3.2.2 documentation</a> &#187;
9696
</li>
9797
</ul>
9898
</div>
9999
<div class="footer" role="contentinfo">Copyright &copy; 2010-2017, The Python-Markdown Project.
100-
Created using <a href="https://www.mkdocs.org/">MkDocs</a> 1.0.4.
100+
Created using <a href="https://www.mkdocs.org/">MkDocs</a> 1.1.
101101
</div>
102102
<script>var base_url = '/';</script>
103103
<script src="/search/main.js"></script>
104104

105105
<!--
106-
MkDocs version : 1.0.4
107-
Docs Build Date UTC : 2020-02-12 20:43:28
106+
MkDocs version : 1.1
107+
Docs Build Date UTC : 2020-05-08 17:25:48
108108
-->
109109
</body>
110110
</html>

‎authors/index.html

Lines changed: 8 additions & 8 deletions
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.2.1 documentation</title>
14+
<title>Authors &#8212; Python-Markdown 3.2.2 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.2.1 documentation</a> &#187;
38+
<a href="..">Python-Markdown 3.2.2 documentation</a> &#187;
3939
</li>
4040

4141

@@ -72,7 +72,7 @@ <h3>Navigation</h3>
7272
<li>
7373
<p><strong><a href="https://github.com/waylan">Waylan Limberg</a></strong></p>
7474
<p>@waylan is the current maintainer of the code and has written much of the
75-
current code base, included a complete refactor of the core for version 2.0.
75+
current code base, including a complete refactor of the core for version 2.0.
7676
He started out by authoring many of the available extensions and later was
7777
asked to join Yuri, where he began fixing numerous bugs, adding
7878
documentation and making general improvements to the existing code base.</p>
@@ -95,7 +95,7 @@ <h3>Navigation</h3>
9595
structure.</p>
9696
</li>
9797
<li>
98-
<p><strong><a href="http://www.dwerg.net/">Manfed Stienstra</a></strong></p>
98+
<p><strong>Manfed Stienstra</strong></p>
9999
<p>Manfed wrote the original version of the script and is responsible for
100100
various parts of the existing code base.</p>
101101
</li>
@@ -196,7 +196,7 @@ <h3>Navigation</h3>
196196
<li><img src="../py.png"
197197
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
198198
<li class="nav-item nav-item-0">
199-
<a href="..">Python-Markdown 3.2.1 documentation</a> &#187;
199+
<a href="..">Python-Markdown 3.2.2 documentation</a> &#187;
200200
</li>
201201

202202

@@ -225,14 +225,14 @@ <h3>Navigation</h3>
225225
</ul>
226226
</div>
227227
<div class="footer" role="contentinfo">Copyright &copy; 2010-2017, The Python-Markdown Project.
228-
Created using <a href="https://www.mkdocs.org/">MkDocs</a> 1.0.4.
228+
Created using <a href="https://www.mkdocs.org/">MkDocs</a> 1.1.
229229
</div>
230230
<script>var base_url = '..';</script>
231231
<script src="../search/main.js"></script>
232232

233233
<!--
234-
MkDocs version : 1.0.4
235-
Docs Build Date UTC : 2020-02-12 20:43:28
234+
MkDocs version : 1.1
235+
Docs Build Date UTC : 2020-05-08 17:25:48
236236
-->
237237
</body>
238238
</html>

‎change_log/index.html

Lines changed: 70 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
66

7-
<meta name="description" content="None">
7+
88
<meta name="author" content="The Python-Markdown Project">
99
<link rel="canonical" href="https://Python-Markdown.github.io/change_log/">
1010
<link rel="shortcut icon" href="../favicon.ico">
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 &#8212; Python-Markdown 3.2.1 documentation</title>
14+
<title>Change Log &#8212; Python-Markdown 3.2.2 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>
1818
<script type="text/javascript" src="../static/underscore.js"></script>
1919
</head>
2020

21-
<body class="homepage">
21+
<body>
2222
<div class="related" role="navigation" aria-label="related navigation">
2323
<h3>Navigation</h3>
2424
<ul>
@@ -37,16 +37,52 @@ <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.1 documentation</a> &#187;
40+
<a href="..">Python-Markdown 3.2.2 documentation</a> &#187;
4141
</li>
42+
43+
44+
45+
46+
47+
48+
49+
50+
51+
52+
<li class="nav-item">
53+
<a href="./">Change Log</a>
54+
&#187; </li>
55+
56+
57+
58+
59+
60+
61+
62+
63+
64+
65+
4266
</ul>
4367
</div>
4468

4569
<div class="document">
4670
<div class="documentwrapper">
4771
<div class="bodywrapper">
4872
<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>
49-
<p>Feb 12, 2020: Released version 3.2.1 (a bug-fix release). </p>
73+
<p>May 8, 2020: version 3.2.2 (a bug-fix release).</p>
74+
<ul>
75+
<li>Add <code>checklinks</code> tox environment to ensure all links in documentation are good.</li>
76+
<li>Refactor extension API documentation (#729).</li>
77+
<li>Load entry_points (for extensions) only once using <code>importlib.metadata</code>.</li>
78+
<li>Do not double escape entities in TOC.</li>
79+
<li>Correctly report if an extension raises a <code>TypeError</code> (#939).</li>
80+
<li>Raise a <code>KeyError</code> when attempting to delete a nonexistent key from the
81+
extension registry (#939). </li>
82+
<li>Remove import of <code>packaging</code> (or <code>pkg_resources</code> fallback) entirely.</li>
83+
<li>Remove <code>setuptools</code> as a run-time dependency (<code>install_required</code>).</li>
84+
</ul>
85+
<p>Feb 12, 2020: Released version 3.2.1 (a bug-fix release).</p>
5086
<ul>
5187
<li>The <code>name</code> property in <code>toc_tokens</code> from the TOC extension now
5288
escapes HTML special characters (<code>&lt;</code>, <code>&gt;</code>, and <code>&amp;</code>).</li>
@@ -212,7 +248,7 @@ <h3>Navigation</h3>
212248
escape, emphasis in the beginning of the paragraph.</p>
213249
<p>Nov. 2004: Added links, blockquotes, HTML blocks to Manfred
214250
Stienstra&rsquo;s code</p>
215-
<p>Apr. 2004: Manfred&rsquo;s version at <a href="http://www.dwerg.net/projects/markdown/">http://www.dwerg.net/projects/markdown/</a></p>
251+
<p>Apr. 2004: Manfred&rsquo;s version at <code>http://www.dwerg.net/projects/markdown/</code></p>
216252

217253
</div>
218254
</div>
@@ -277,19 +313,43 @@ <h3>Navigation</h3>
277313
<li><img src="../py.png"
278314
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
279315
<li class="nav-item nav-item-0">
280-
<a href="..">Python-Markdown 3.2.1 documentation</a> &#187;
316+
<a href="..">Python-Markdown 3.2.2 documentation</a> &#187;
281317
</li>
318+
319+
320+
321+
322+
323+
324+
325+
326+
327+
328+
<li class="nav-item">
329+
<a href="./">Change Log</a>
330+
&#187; </li>
331+
332+
333+
334+
335+
336+
337+
338+
339+
340+
341+
282342
</ul>
283343
</div>
284344
<div class="footer" role="contentinfo">Copyright &copy; 2010-2017, The Python-Markdown Project.
285-
Created using <a href="https://www.mkdocs.org/">MkDocs</a> 1.0.4.
345+
Created using <a href="https://www.mkdocs.org/">MkDocs</a> 1.1.
286346
</div>
287347
<script>var base_url = '..';</script>
288348
<script src="../search/main.js"></script>
289349

290350
<!--
291-
MkDocs version : 1.0.4
292-
Docs Build Date UTC : 2020-02-12 20:43:28
351+
MkDocs version : 1.1
352+
Docs Build Date UTC : 2020-05-08 17:25:48
293353
-->
294354
</body>
295355
</html>

‎change_log/release-2.0/index.html

Lines changed: 6 additions & 6 deletions
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.2.1 documentation</title>
14+
<title>Release Notes for v.2.0 &#8212; Python-Markdown 3.2.2 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.1 documentation</a> &#187;
40+
<a href="../..">Python-Markdown 3.2.2 documentation</a> &#187;
4141
</li>
4242

4343

@@ -193,7 +193,7 @@ <h3>Navigation</h3>
193193
<li><img src="../../py.png"
194194
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
195195
<li class="nav-item nav-item-0">
196-
<a href="../..">Python-Markdown 3.2.1 documentation</a> &#187;
196+
<a href="../..">Python-Markdown 3.2.2 documentation</a> &#187;
197197
</li>
198198

199199

@@ -222,14 +222,14 @@ <h3>Navigation</h3>
222222
</ul>
223223
</div>
224224
<div class="footer" role="contentinfo">Copyright &copy; 2010-2017, The Python-Markdown Project.
225-
Created using <a href="https://www.mkdocs.org/">MkDocs</a> 1.0.4.
225+
Created using <a href="https://www.mkdocs.org/">MkDocs</a> 1.1.
226226
</div>
227227
<script>var base_url = '../..';</script>
228228
<script src="../../search/main.js"></script>
229229

230230
<!--
231-
MkDocs version : 1.0.4
232-
Docs Build Date UTC : 2020-02-12 20:43:28
231+
MkDocs version : 1.1
232+
Docs Build Date UTC : 2020-05-08 17:25:48
233233
-->
234234
</body>
235235
</html>

‎change_log/release-2.1/index.html

Lines changed: 6 additions & 6 deletions
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.2.1 documentation</title>
14+
<title>Release Notes for v.2.1 &#8212; Python-Markdown 3.2.2 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.1 documentation</a> &#187;
40+
<a href="../..">Python-Markdown 3.2.2 documentation</a> &#187;
4141
</li>
4242

4343

@@ -248,7 +248,7 @@ <h3>Navigation</h3>
248248
<li><img src="../../py.png"
249249
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
250250
<li class="nav-item nav-item-0">
251-
<a href="../..">Python-Markdown 3.2.1 documentation</a> &#187;
251+
<a href="../..">Python-Markdown 3.2.2 documentation</a> &#187;
252252
</li>
253253

254254

@@ -277,14 +277,14 @@ <h3>Navigation</h3>
277277
</ul>
278278
</div>
279279
<div class="footer" role="contentinfo">Copyright &copy; 2010-2017, The Python-Markdown Project.
280-
Created using <a href="https://www.mkdocs.org/">MkDocs</a> 1.0.4.
280+
Created using <a href="https://www.mkdocs.org/">MkDocs</a> 1.1.
281281
</div>
282282
<script>var base_url = '../..';</script>
283283
<script src="../../search/main.js"></script>
284284

285285
<!--
286-
MkDocs version : 1.0.4
287-
Docs Build Date UTC : 2020-02-12 20:43:28
286+
MkDocs version : 1.1
287+
Docs Build Date UTC : 2020-05-08 17:25:48
288288
-->
289289
</body>
290290
</html>

‎change_log/release-2.2/index.html

Lines changed: 7 additions & 7 deletions
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.2.1 documentation</title>
14+
<title>Release Notes for v.2.2 &#8212; Python-Markdown 3.2.2 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.1 documentation</a> &#187;
40+
<a href="../..">Python-Markdown 3.2.2 documentation</a> &#187;
4141
</li>
4242

4343

@@ -105,7 +105,7 @@ <h2 id="backwards-incompatible-changes">Backwards-incompatible Changes<a class="
105105
</ul>
106106
<h2 id="whats-new-in-python-markdown-22">What&rsquo;s New in Python-Markdown 2.2<a class="headerlink" href="#whats-new-in-python-markdown-22" title="Permanent link">&para;</a></h2>
107107
<p>The docs were refactored and can now be found at
108-
<a href="http://packages.python.org/Markdown/">http://packages.python.org/Markdown/</a>. The docs are now maintained in the
108+
<code>http://packages.python.org/Markdown/</code>. The docs are now maintained in the
109109
Repository and are generated by the <code>setup.py build_docs</code> command.</p>
110110
<p>The <a href="../../extensions/sane_lists/">Sane_Lists</a>
111111
extension was added. The Sane Lists Extension alters the behavior of the
@@ -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.2.1 documentation</a> &#187;
200+
<a href="../..">Python-Markdown 3.2.2 documentation</a> &#187;
201201
</li>
202202

203203

@@ -226,14 +226,14 @@ <h3>Navigation</h3>
226226
</ul>
227227
</div>
228228
<div class="footer" role="contentinfo">Copyright &copy; 2010-2017, The Python-Markdown Project.
229-
Created using <a href="https://www.mkdocs.org/">MkDocs</a> 1.0.4.
229+
Created using <a href="https://www.mkdocs.org/">MkDocs</a> 1.1.
230230
</div>
231231
<script>var base_url = '../..';</script>
232232
<script src="../../search/main.js"></script>
233233

234234
<!--
235-
MkDocs version : 1.0.4
236-
Docs Build Date UTC : 2020-02-12 20:43:28
235+
MkDocs version : 1.1
236+
Docs Build Date UTC : 2020-05-08 17:25:48
237237
-->
238238
</body>
239239
</html>

0 commit comments

Comments
 (0)