Skip to content

Commit 7d24ce5

Browse files
committed
Update documentation
1 parent f82a36c commit 7d24ce5

File tree

38 files changed

+204
-244
lines changed

38 files changed

+204
-244
lines changed

‎404.html

Lines changed: 4 additions & 4 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 2.6.10 documentation</title>
14+
<title>Python-Markdown 2.6.11 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>
@@ -34,7 +34,7 @@ <h3>Navigation</h3>
3434
<li><img src="/py.png"
3535
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
3636
<li class="nav-item nav-item-0">
37-
<a href="/">Python-Markdown 2.6.10 documentation</a> &#187;
37+
<a href="/">Python-Markdown 2.6.11 documentation</a> &#187;
3838
</li>
3939
</ul>
4040
</div>
@@ -93,7 +93,7 @@ <h3>Navigation</h3>
9393
<li><img src="/py.png"
9494
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
9595
<li class="nav-item nav-item-0">
96-
<a href="/">Python-Markdown 2.6.10 documentation</a> &#187;
96+
<a href="/">Python-Markdown 2.6.11 documentation</a> &#187;
9797
</li>
9898
</ul>
9999
</div>
@@ -106,7 +106,7 @@ <h3>Navigation</h3>
106106

107107
<!--
108108
MkDocs version : 0.17.2
109-
Docs Build Date UTC : 2017-12-08 00:16:10
109+
Docs Build Date UTC : 2018-01-05 00:46:06
110110
-->
111111
</body>
112112
</html>

‎authors/index.html

Lines changed: 4 additions & 4 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 2.6.10 documentation</title>
14+
<title>Authors &#8212; Python-Markdown 2.6.11 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>
@@ -36,7 +36,7 @@ <h3>Navigation</h3>
3636
<li><img src="../py.png"
3737
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
3838
<li class="nav-item nav-item-0">
39-
<a href="..">Python-Markdown 2.6.10 documentation</a> &#187;
39+
<a href="..">Python-Markdown 2.6.11 documentation</a> &#187;
4040
</li>
4141

4242

@@ -181,7 +181,7 @@ <h3>Navigation</h3>
181181
<li><img src="../py.png"
182182
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
183183
<li class="nav-item nav-item-0">
184-
<a href="..">Python-Markdown 2.6.10 documentation</a> &#187;
184+
<a href="..">Python-Markdown 2.6.11 documentation</a> &#187;
185185
</li>
186186

187187

@@ -214,7 +214,7 @@ <h3>Navigation</h3>
214214

215215
<!--
216216
MkDocs version : 0.17.2
217-
Docs Build Date UTC : 2017-12-08 00:16:12
217+
Docs Build Date UTC : 2018-01-05 00:46:08
218218
-->
219219
</body>
220220
</html>

‎change_log/index.html

Lines changed: 7 additions & 4 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.6" href="release-2.6/" />
1313
<link rel="prev" title="Test Suite" href="../test_suite/" />
14-
<title>Change Log &#8212; Python-Markdown 2.6.10 documentation</title>
14+
<title>Change Log &#8212; Python-Markdown 2.6.11 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>
@@ -38,7 +38,7 @@ <h3>Navigation</h3>
3838
<li><img src="../py.png"
3939
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
4040
<li class="nav-item nav-item-0">
41-
<a href="..">Python-Markdown 2.6.10 documentation</a> &#187;
41+
<a href="..">Python-Markdown 2.6.11 documentation</a> &#187;
4242
</li>
4343

4444

@@ -67,6 +67,9 @@ <h3>Navigation</h3>
6767
<div class="documentwrapper">
6868
<div class="bodywrapper">
6969
<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>
70+
<p>Jan 4, 2018: Released version 2.6.11 (a bug-fix release). Added a new
71+
<code>BACKLINK-TITLE</code> option to the footnote extension so that non-English
72+
users can provide a custom title to back links (see #610).</p>
7073
<p>Dec 7, 2017: Released version 2.6.10 (a documentation update).</p>
7174
<p>Aug 17, 2017: Released version 2.6.9 (a bug-fix release).</p>
7275
<p>Jan 25, 2017: Released version 2.6.8 (a bug-fix release).</p>
@@ -275,7 +278,7 @@ <h3>Navigation</h3>
275278
<li><img src="../py.png"
276279
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
277280
<li class="nav-item nav-item-0">
278-
<a href="..">Python-Markdown 2.6.10 documentation</a> &#187;
281+
<a href="..">Python-Markdown 2.6.11 documentation</a> &#187;
279282
</li>
280283

281284

@@ -308,7 +311,7 @@ <h3>Navigation</h3>
308311

309312
<!--
310313
MkDocs version : 0.17.2
311-
Docs Build Date UTC : 2017-12-08 00:16:11
314+
Docs Build Date UTC : 2018-01-05 00:46:07
312315
-->
313316
</body>
314317
</html>

‎change_log/release-2.0/index.html

Lines changed: 4 additions & 4 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 2.6.10 documentation</title>
14+
<title>Release Notes for v.2.0 &#8212; Python-Markdown 2.6.11 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>
@@ -38,7 +38,7 @@ <h3>Navigation</h3>
3838
<li><img src="../../py.png"
3939
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
4040
<li class="nav-item nav-item-0">
41-
<a href="../..">Python-Markdown 2.6.10 documentation</a> &#187;
41+
<a href="../..">Python-Markdown 2.6.11 documentation</a> &#187;
4242
</li>
4343

4444

@@ -190,7 +190,7 @@ <h3>Navigation</h3>
190190
<li><img src="../../py.png"
191191
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
192192
<li class="nav-item nav-item-0">
193-
<a href="../..">Python-Markdown 2.6.10 documentation</a> &#187;
193+
<a href="../..">Python-Markdown 2.6.11 documentation</a> &#187;
194194
</li>
195195

196196

@@ -223,7 +223,7 @@ <h3>Navigation</h3>
223223

224224
<!--
225225
MkDocs version : 0.17.2
226-
Docs Build Date UTC : 2017-12-08 00:16:12
226+
Docs Build Date UTC : 2018-01-05 00:46:08
227227
-->
228228
</body>
229229
</html>

‎change_log/release-2.1/index.html

Lines changed: 4 additions & 4 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 2.6.10 documentation</title>
14+
<title>Release Notes for v.2.1 &#8212; Python-Markdown 2.6.11 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>
@@ -38,7 +38,7 @@ <h3>Navigation</h3>
3838
<li><img src="../../py.png"
3939
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
4040
<li class="nav-item nav-item-0">
41-
<a href="../..">Python-Markdown 2.6.10 documentation</a> &#187;
41+
<a href="../..">Python-Markdown 2.6.11 documentation</a> &#187;
4242
</li>
4343

4444

@@ -246,7 +246,7 @@ <h3>Navigation</h3>
246246
<li><img src="../../py.png"
247247
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
248248
<li class="nav-item nav-item-0">
249-
<a href="../..">Python-Markdown 2.6.10 documentation</a> &#187;
249+
<a href="../..">Python-Markdown 2.6.11 documentation</a> &#187;
250250
</li>
251251

252252

@@ -279,7 +279,7 @@ <h3>Navigation</h3>
279279

280280
<!--
281281
MkDocs version : 0.17.2
282-
Docs Build Date UTC : 2017-12-08 00:16:12
282+
Docs Build Date UTC : 2018-01-05 00:46:08
283283
-->
284284
</body>
285285
</html>

‎change_log/release-2.2/index.html

Lines changed: 4 additions & 4 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 2.6.10 documentation</title>
14+
<title>Release Notes for v.2.2 &#8212; Python-Markdown 2.6.11 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>
@@ -38,7 +38,7 @@ <h3>Navigation</h3>
3838
<li><img src="../../py.png"
3939
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
4040
<li class="nav-item nav-item-0">
41-
<a href="../..">Python-Markdown 2.6.10 documentation</a> &#187;
41+
<a href="../..">Python-Markdown 2.6.11 documentation</a> &#187;
4242
</li>
4343

4444

@@ -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 2.6.10 documentation</a> &#187;
197+
<a href="../..">Python-Markdown 2.6.11 documentation</a> &#187;
198198
</li>
199199

200200

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

228228
<!--
229229
MkDocs version : 0.17.2
230-
Docs Build Date UTC : 2017-12-08 00:16:12
230+
Docs Build Date UTC : 2018-01-05 00:46:08
231231
-->
232232
</body>
233233
</html>

‎change_log/release-2.3/index.html

Lines changed: 4 additions & 4 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.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 2.6.10 documentation</title>
14+
<title>Release Notes for v.2.3 &#8212; Python-Markdown 2.6.11 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>
@@ -38,7 +38,7 @@ <h3>Navigation</h3>
3838
<li><img src="../../py.png"
3939
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
4040
<li class="nav-item nav-item-0">
41-
<a href="../..">Python-Markdown 2.6.10 documentation</a> &#187;
41+
<a href="../..">Python-Markdown 2.6.11 documentation</a> &#187;
4242
</li>
4343

4444

@@ -223,7 +223,7 @@ <h3>Navigation</h3>
223223
<li><img src="../../py.png"
224224
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
225225
<li class="nav-item nav-item-0">
226-
<a href="../..">Python-Markdown 2.6.10 documentation</a> &#187;
226+
<a href="../..">Python-Markdown 2.6.11 documentation</a> &#187;
227227
</li>
228228

229229

@@ -256,7 +256,7 @@ <h3>Navigation</h3>
256256

257257
<!--
258258
MkDocs version : 0.17.2
259-
Docs Build Date UTC : 2017-12-08 00:16:12
259+
Docs Build Date UTC : 2018-01-05 00:46:08
260260
-->
261261
</body>
262262
</html>

‎change_log/release-2.4/index.html

Lines changed: 4 additions & 4 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.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 2.6.10 documentation</title>
14+
<title>Release Notes for v.2.4 &#8212; Python-Markdown 2.6.11 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>
@@ -38,7 +38,7 @@ <h3>Navigation</h3>
3838
<li><img src="../../py.png"
3939
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
4040
<li class="nav-item nav-item-0">
41-
<a href="../..">Python-Markdown 2.6.10 documentation</a> &#187;
41+
<a href="../..">Python-Markdown 2.6.11 documentation</a> &#187;
4242
</li>
4343

4444

@@ -201,7 +201,7 @@ <h3>Navigation</h3>
201201
<li><img src="../../py.png"
202202
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
203203
<li class="nav-item nav-item-0">
204-
<a href="../..">Python-Markdown 2.6.10 documentation</a> &#187;
204+
<a href="../..">Python-Markdown 2.6.11 documentation</a> &#187;
205205
</li>
206206

207207

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

235235
<!--
236236
MkDocs version : 0.17.2
237-
Docs Build Date UTC : 2017-12-08 00:16:12
237+
Docs Build Date UTC : 2018-01-05 00:46:07
238238
-->
239239
</body>
240240
</html>

‎change_log/release-2.5/index.html

Lines changed: 4 additions & 4 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.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 2.6.10 documentation</title>
14+
<title>Release Notes for v.2.5 &#8212; Python-Markdown 2.6.11 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>
@@ -38,7 +38,7 @@ <h3>Navigation</h3>
3838
<li><img src="../../py.png"
3939
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
4040
<li class="nav-item nav-item-0">
41-
<a href="../..">Python-Markdown 2.6.10 documentation</a> &#187;
41+
<a href="../..">Python-Markdown 2.6.11 documentation</a> &#187;
4242
</li>
4343

4444

@@ -322,7 +322,7 @@ <h3>Navigation</h3>
322322
<li><img src="../../py.png"
323323
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
324324
<li class="nav-item nav-item-0">
325-
<a href="../..">Python-Markdown 2.6.10 documentation</a> &#187;
325+
<a href="../..">Python-Markdown 2.6.11 documentation</a> &#187;
326326
</li>
327327

328328

@@ -355,7 +355,7 @@ <h3>Navigation</h3>
355355

356356
<!--
357357
MkDocs version : 0.17.2
358-
Docs Build Date UTC : 2017-12-08 00:16:12
358+
Docs Build Date UTC : 2018-01-05 00:46:07
359359
-->
360360
</body>
361361
</html>

‎change_log/release-2.6/index.html

Lines changed: 4 additions & 4 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.5" href="../release-2.5/" />
1313
<link rel="prev" title="Change Log" href="../" />
14-
<title>Release Notes for v.2.6 &#8212; Python-Markdown 2.6.10 documentation</title>
14+
<title>Release Notes for v.2.6 &#8212; Python-Markdown 2.6.11 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>
@@ -38,7 +38,7 @@ <h3>Navigation</h3>
3838
<li><img src="../../py.png"
3939
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
4040
<li class="nav-item nav-item-0">
41-
<a href="../..">Python-Markdown 2.6.10 documentation</a> &#187;
41+
<a href="../..">Python-Markdown 2.6.11 documentation</a> &#187;
4242
</li>
4343

4444

@@ -431,7 +431,7 @@ <h3>Navigation</h3>
431431
<li><img src="../../py.png"
432432
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
433433
<li class="nav-item nav-item-0">
434-
<a href="../..">Python-Markdown 2.6.10 documentation</a> &#187;
434+
<a href="../..">Python-Markdown 2.6.11 documentation</a> &#187;
435435
</li>
436436

437437

@@ -464,7 +464,7 @@ <h3>Navigation</h3>
464464

465465
<!--
466466
MkDocs version : 0.17.2
467-
Docs Build Date UTC : 2017-12-08 00:16:11
467+
Docs Build Date UTC : 2018-01-05 00:46:07
468468
-->
469469
</body>
470470
</html>

0 commit comments

Comments
 (0)