Skip to content

Commit a0eeac1

Browse files
committed
Deployed 58b4d64 with MkDocs version: 1.0.4
1 parent fc8cc79 commit a0eeac1

File tree

42 files changed

+234
-227
lines changed

Some content is hidden

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

42 files changed

+234
-227
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.1 documentation</title>
14+
<title>Python-Markdown 3.1.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>
@@ -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.1 documentation</a> &#187;
36+
<a href="/.">Python-Markdown 3.1.1 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.1 documentation</a> &#187;
95+
<a href="/.">Python-Markdown 3.1.1 documentation</a> &#187;
9696
</li>
9797
</ul>
9898
</div>
@@ -104,7 +104,7 @@ <h3>Navigation</h3>
104104

105105
<!--
106106
MkDocs version : 1.0.4
107-
Docs Build Date UTC : 2019-03-26 00:21:35
107+
Docs Build Date UTC : 2019-05-21 01:12:18
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.1 documentation</title>
14+
<title>Authors &#8212; Python-Markdown 3.1.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>
@@ -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.1 documentation</a> &#187;
38+
<a href="..">Python-Markdown 3.1.1 documentation</a> &#187;
3939
</li>
4040

4141

@@ -195,7 +195,7 @@ <h3>Navigation</h3>
195195
<li><img src="../py.png"
196196
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
197197
<li class="nav-item nav-item-0">
198-
<a href="..">Python-Markdown 3.1 documentation</a> &#187;
198+
<a href="..">Python-Markdown 3.1.1 documentation</a> &#187;
199199
</li>
200200

201201

@@ -230,7 +230,7 @@ <h3>Navigation</h3>
230230

231231
<!--
232232
MkDocs version : 1.0.4
233-
Docs Build Date UTC : 2019-03-26 00:21:35
233+
Docs Build Date UTC : 2019-05-21 01:12:18
234234
-->
235235
</body>
236236
</html>

change_log/index.html

+11-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.1" href="release-3.1/" />
1313
<link rel="prev" title="Contributing to Python-Markdown" href="../contributing/" />
14-
<title>Change Log &#8212; Python-Markdown 3.1 documentation</title>
14+
<title>Change Log &#8212; Python-Markdown 3.1.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.1 documentation</a> &#187;
40+
<a href="..">Python-Markdown 3.1.1 documentation</a> &#187;
4141
</li>
4242
</ul>
4343
</div>
@@ -46,6 +46,13 @@ <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">&para;</a></h1>
49+
<p>May 20, 2019: Released version 3.1.1 (a bug-fix release).</p>
50+
<ul>
51+
<li>Fixed import failure in <code>setup.py</code> when the source directory is not
52+
on <code>sys.path</code> (#823).</li>
53+
<li>Prefer public <code>packaging</code> module to pkg_resources&rsquo; private copy of
54+
it (#825).</li>
55+
</ul>
4956
<p>Mar 25, 2019: Released version 3.1 (<a href="release-3.1/">Notes</a>).</p>
5057
<p>Sept 28, 2018: Released version 3.0.1 (a bug-fix release).</p>
5158
<ul>
@@ -264,7 +271,7 @@ <h3>Navigation</h3>
264271
<li><img src="../py.png"
265272
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
266273
<li class="nav-item nav-item-0">
267-
<a href="..">Python-Markdown 3.1 documentation</a> &#187;
274+
<a href="..">Python-Markdown 3.1.1 documentation</a> &#187;
268275
</li>
269276
</ul>
270277
</div>
@@ -276,7 +283,7 @@ <h3>Navigation</h3>
276283

277284
<!--
278285
MkDocs version : 1.0.4
279-
Docs Build Date UTC : 2019-03-26 00:21:35
286+
Docs Build Date UTC : 2019-05-21 01:12:18
280287
-->
281288
</body>
282289
</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.1 documentation</title>
14+
<title>Release Notes for v.2.0 &#8212; Python-Markdown 3.1.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.1 documentation</a> &#187;
40+
<a href="../..">Python-Markdown 3.1.1 documentation</a> &#187;
4141
</li>
4242

4343

@@ -192,7 +192,7 @@ <h3>Navigation</h3>
192192
<li><img src="../../py.png"
193193
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
194194
<li class="nav-item nav-item-0">
195-
<a href="../..">Python-Markdown 3.1 documentation</a> &#187;
195+
<a href="../..">Python-Markdown 3.1.1 documentation</a> &#187;
196196
</li>
197197

198198

@@ -227,7 +227,7 @@ <h3>Navigation</h3>
227227

228228
<!--
229229
MkDocs version : 1.0.4
230-
Docs Build Date UTC : 2019-03-26 00:21:35
230+
Docs Build Date UTC : 2019-05-21 01:12:18
231231
-->
232232
</body>
233233
</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.1 documentation</title>
14+
<title>Release Notes for v.2.1 &#8212; Python-Markdown 3.1.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.1 documentation</a> &#187;
40+
<a href="../..">Python-Markdown 3.1.1 documentation</a> &#187;
4141
</li>
4242

4343

@@ -247,7 +247,7 @@ <h3>Navigation</h3>
247247
<li><img src="../../py.png"
248248
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
249249
<li class="nav-item nav-item-0">
250-
<a href="../..">Python-Markdown 3.1 documentation</a> &#187;
250+
<a href="../..">Python-Markdown 3.1.1 documentation</a> &#187;
251251
</li>
252252

253253

@@ -282,7 +282,7 @@ <h3>Navigation</h3>
282282

283283
<!--
284284
MkDocs version : 1.0.4
285-
Docs Build Date UTC : 2019-03-26 00:21:35
285+
Docs Build Date UTC : 2019-05-21 01:12:18
286286
-->
287287
</body>
288288
</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.1 documentation</title>
14+
<title>Release Notes for v.2.2 &#8212; Python-Markdown 3.1.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.1 documentation</a> &#187;
40+
<a href="../..">Python-Markdown 3.1.1 documentation</a> &#187;
4141
</li>
4242

4343

@@ -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.1 documentation</a> &#187;
199+
<a href="../..">Python-Markdown 3.1.1 documentation</a> &#187;
200200
</li>
201201

202202

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

232232
<!--
233233
MkDocs version : 1.0.4
234-
Docs Build Date UTC : 2019-03-26 00:21:35
234+
Docs Build Date UTC : 2019-05-21 01:12:18
235235
-->
236236
</body>
237237
</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.1 documentation</title>
14+
<title>Release Notes for v.2.3 &#8212; Python-Markdown 3.1.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.1 documentation</a> &#187;
40+
<a href="../..">Python-Markdown 3.1.1 documentation</a> &#187;
4141
</li>
4242

4343

@@ -225,7 +225,7 @@ <h3>Navigation</h3>
225225
<li><img src="../../py.png"
226226
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
227227
<li class="nav-item nav-item-0">
228-
<a href="../..">Python-Markdown 3.1 documentation</a> &#187;
228+
<a href="../..">Python-Markdown 3.1.1 documentation</a> &#187;
229229
</li>
230230

231231

@@ -260,7 +260,7 @@ <h3>Navigation</h3>
260260

261261
<!--
262262
MkDocs version : 1.0.4
263-
Docs Build Date UTC : 2019-03-26 00:21:35
263+
Docs Build Date UTC : 2019-05-21 01:12:18
264264
-->
265265
</body>
266266
</html>

change_log/release-2.4/index.html

+9-9
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.1 documentation</title>
14+
<title>Release Notes for v.2.4 &#8212; Python-Markdown 3.1.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.1 documentation</a> &#187;
40+
<a href="../..">Python-Markdown 3.1.1 documentation</a> &#187;
4141
</li>
4242

4343

@@ -113,11 +113,11 @@ <h2 id="whats-new-in-python-markdown-24">What&rsquo;s New in Python-Markdown 2.4
113113
<p>The code blocks now support emphasizing some of the code lines. To use this
114114
feature, specify <code>hl_lines</code> option after language name, for example (using the
115115
<a href="../../extensions/fenced_code_blocks/">Fenced Code Extension</a>):</p>
116-
<div class="codehilite"><pre><span></span>```.python hl_lines=&quot;1 3&quot;
117-
# This line will be emphasized.
118-
# This one won&#39;t.
119-
# This one will be also emphasized.
120-
```
116+
<div class="codehilite"><pre><span></span><span class="o">```</span><span class="p">.</span><span class="n">python</span> <span class="n">hl_lines</span><span class="o">=</span><span class="ss">&quot;1 3&quot;</span>
117+
<span class="o">#</span> <span class="n">This</span> <span class="n">line</span> <span class="n">will</span> <span class="n">be</span> <span class="n">emphasized</span><span class="p">.</span>
118+
<span class="o">#</span> <span class="n">This</span> <span class="n">one</span> <span class="n">won</span><span class="err">&#39;</span><span class="n">t</span><span class="p">.</span>
119+
<span class="o">#</span> <span class="n">This</span> <span class="n">one</span> <span class="n">will</span> <span class="n">be</span> <span class="n">also</span> <span class="n">emphasized</span><span class="p">.</span>
120+
<span class="o">```</span>
121121
</pre></div>
122122

123123

@@ -203,7 +203,7 @@ <h3>Navigation</h3>
203203
<li><img src="../../py.png"
204204
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
205205
<li class="nav-item nav-item-0">
206-
<a href="../..">Python-Markdown 3.1 documentation</a> &#187;
206+
<a href="../..">Python-Markdown 3.1.1 documentation</a> &#187;
207207
</li>
208208

209209

@@ -238,7 +238,7 @@ <h3>Navigation</h3>
238238

239239
<!--
240240
MkDocs version : 1.0.4
241-
Docs Build Date UTC : 2019-03-26 00:21:35
241+
Docs Build Date UTC : 2019-05-21 01:12:18
242242
-->
243243
</body>
244244
</html>

0 commit comments

Comments
 (0)