Skip to content

Commit 3a9d6bd

Browse files
committed
Update documentation
1 parent e4c7312 commit 3a9d6bd

File tree

75 files changed

+1246
-1046
lines changed

Some content is hidden

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

75 files changed

+1246
-1046
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 3.10 documentation</title>
14+
<title>Python-Markdown 3.10.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
<link rel="stylesheet" href="/assets/_mkdocstrings.css" type="text/css" />
@@ -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 3.10 documentation</a> &#187;
39+
<a href="/.">Python-Markdown 3.10.1 documentation</a> &#187;
4040
</li>
4141
</ul>
4242
</div>
@@ -95,7 +95,7 @@ <h3>Navigation</h3>
9595
<li><img src="/py.png"
9696
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
9797
<li class="nav-item nav-item-0">
98-
<a href="/.">Python-Markdown 3.10 documentation</a> &#187;
98+
<a href="/.">Python-Markdown 3.10.1 documentation</a> &#187;
9999
</li>
100100
</ul>
101101
</div>
@@ -107,7 +107,7 @@ <h3>Navigation</h3>
107107

108108
<!--
109109
MkDocs version : 1.6.1
110-
Docs Build Date UTC : 2025-11-03 19:51:10.405032+00:00
110+
Docs Build Date UTC : 2026-01-21 18:09:21.061963+00:00
111111
-->
112112
</body>
113113
</html>

assets/_mkdocstrings.css

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,3 +211,27 @@ code.doc-symbol-module::after {
211211
color: inherit;
212212
border-bottom: 1px dotted currentcolor;
213213
}
214+
215+
/* Source code blocks (admonitions). */
216+
:root {
217+
--md-admonition-icon--mkdocstrings-source: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.22 4.97a.75.75 0 0 1 1.06 0l6.5 6.5a.75.75 0 0 1 0 1.06l-6.5 6.5a.749.749 0 0 1-1.275-.326.75.75 0 0 1 .215-.734L21.19 12l-5.97-5.97a.75.75 0 0 1 0-1.06m-6.44 0a.75.75 0 0 1 0 1.06L2.81 12l5.97 5.97a.749.749 0 0 1-.326 1.275.75.75 0 0 1-.734-.215l-6.5-6.5a.75.75 0 0 1 0-1.06l6.5-6.5a.75.75 0 0 1 1.06 0"/></svg>')
218+
}
219+
.md-typeset .admonition.mkdocstrings-source,
220+
.md-typeset details.mkdocstrings-source {
221+
border: none;
222+
padding: 0;
223+
}
224+
.md-typeset .admonition.mkdocstrings-source:focus-within,
225+
.md-typeset details.mkdocstrings-source:focus-within {
226+
box-shadow: none;
227+
}
228+
.md-typeset .mkdocstrings-source > .admonition-title,
229+
.md-typeset .mkdocstrings-source > summary {
230+
background-color: inherit;
231+
}
232+
.md-typeset .mkdocstrings-source > .admonition-title::before,
233+
.md-typeset .mkdocstrings-source > summary::before {
234+
background-color: var(--md-default-fg-color);
235+
-webkit-mask-image: var(--md-admonition-icon--mkdocstrings-source);
236+
mask-image: var(--md-admonition-icon--mkdocstrings-source);
237+
}

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="Changelog" href="../changelog/" />
14-
<title>Authors &#8212; Python-Markdown 3.10 documentation</title>
14+
<title>Authors &#8212; Python-Markdown 3.10.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
<link rel="stylesheet" href="../assets/_mkdocstrings.css" type="text/css" />
@@ -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 3.10 documentation</a> &#187;
41+
<a href="..">Python-Markdown 3.10.1 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 3.10 documentation</a> &#187;
193+
<a href="..">Python-Markdown 3.10.1 documentation</a> &#187;
194194
</li>
195195

196196

@@ -217,7 +217,7 @@ <h3>Navigation</h3>
217217

218218
<!--
219219
MkDocs version : 1.6.1
220-
Docs Build Date UTC : 2025-11-03 19:51:10.411228+00:00
220+
Docs Build Date UTC : 2026-01-21 18:09:21.095980+00:00
221221
-->
222222
</body>
223223
</html>

change_log/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

14-
<title>Change Log &#8212; Python-Markdown 3.10 documentation</title>
14+
<title>Change Log &#8212; Python-Markdown 3.10.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
<link rel="stylesheet" href="../assets/_mkdocstrings.css" type="text/css" />
@@ -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 3.10 documentation</a> &#187;
39+
<a href="..">Python-Markdown 3.10.1 documentation</a> &#187;
4040
</li>
4141

4242

@@ -260,7 +260,7 @@ <h3>Navigation</h3>
260260
<li><img src="../py.png"
261261
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
262262
<li class="nav-item nav-item-0">
263-
<a href="..">Python-Markdown 3.10 documentation</a> &#187;
263+
<a href="..">Python-Markdown 3.10.1 documentation</a> &#187;
264264
</li>
265265

266266

@@ -284,7 +284,7 @@ <h3>Navigation</h3>
284284

285285
<!--
286286
MkDocs version : 1.6.1
287-
Docs Build Date UTC : 2025-11-03 19:51:10.439452+00:00
287+
Docs Build Date UTC : 2026-01-21 18:09:21.124569+00:00
288288
-->
289289
</body>
290290
</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

1313

14-
<title>Release Notes for v2.0 &#8212; Python-Markdown 3.10 documentation</title>
14+
<title>Release Notes for v2.0 &#8212; Python-Markdown 3.10.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
<link rel="stylesheet" href="../../assets/_mkdocstrings.css" type="text/css" />
@@ -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 3.10 documentation</a> &#187;
39+
<a href="../..">Python-Markdown 3.10.1 documentation</a> &#187;
4040
</li>
4141

4242

@@ -168,7 +168,7 @@ <h3>Navigation</h3>
168168
<li><img src="../../py.png"
169169
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
170170
<li class="nav-item nav-item-0">
171-
<a href="../..">Python-Markdown 3.10 documentation</a> &#187;
171+
<a href="../..">Python-Markdown 3.10.1 documentation</a> &#187;
172172
</li>
173173

174174

@@ -192,7 +192,7 @@ <h3>Navigation</h3>
192192

193193
<!--
194194
MkDocs version : 1.6.1
195-
Docs Build Date UTC : 2025-11-03 19:51:10.441857+00:00
195+
Docs Build Date UTC : 2026-01-21 18:09:21.126889+00:00
196196
-->
197197
</body>
198198
</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

1313

14-
<title>Release Notes for v2.1 &#8212; Python-Markdown 3.10 documentation</title>
14+
<title>Release Notes for v2.1 &#8212; Python-Markdown 3.10.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
<link rel="stylesheet" href="../../assets/_mkdocstrings.css" type="text/css" />
@@ -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 3.10 documentation</a> &#187;
39+
<a href="../..">Python-Markdown 3.10.1 documentation</a> &#187;
4040
</li>
4141

4242

@@ -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 3.10 documentation</a> &#187;
226+
<a href="../..">Python-Markdown 3.10.1 documentation</a> &#187;
227227
</li>
228228

229229

@@ -247,7 +247,7 @@ <h3>Navigation</h3>
247247

248248
<!--
249249
MkDocs version : 1.6.1
250-
Docs Build Date UTC : 2025-11-03 19:51:10.443044+00:00
250+
Docs Build Date UTC : 2026-01-21 18:09:21.128086+00:00
251251
-->
252252
</body>
253253
</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

1313

14-
<title>Release Notes for v2.2 &#8212; Python-Markdown 3.10 documentation</title>
14+
<title>Release Notes for v2.2 &#8212; Python-Markdown 3.10.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
<link rel="stylesheet" href="../../assets/_mkdocstrings.css" type="text/css" />
@@ -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 3.10 documentation</a> &#187;
39+
<a href="../..">Python-Markdown 3.10.1 documentation</a> &#187;
4040
</li>
4141

4242

@@ -172,7 +172,7 @@ <h3>Navigation</h3>
172172
<li><img src="../../py.png"
173173
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
174174
<li class="nav-item nav-item-0">
175-
<a href="../..">Python-Markdown 3.10 documentation</a> &#187;
175+
<a href="../..">Python-Markdown 3.10.1 documentation</a> &#187;
176176
</li>
177177

178178

@@ -196,7 +196,7 @@ <h3>Navigation</h3>
196196

197197
<!--
198198
MkDocs version : 1.6.1
199-
Docs Build Date UTC : 2025-11-03 19:51:10.444735+00:00
199+
Docs Build Date UTC : 2026-01-21 18:09:21.129742+00:00
200200
-->
201201
</body>
202202
</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

1313

14-
<title>Release Notes for v2.3 &#8212; Python-Markdown 3.10 documentation</title>
14+
<title>Release Notes for v2.3 &#8212; Python-Markdown 3.10.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
<link rel="stylesheet" href="../../assets/_mkdocstrings.css" type="text/css" />
@@ -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 3.10 documentation</a> &#187;
39+
<a href="../..">Python-Markdown 3.10.1 documentation</a> &#187;
4040
</li>
4141

4242

@@ -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 3.10 documentation</a> &#187;
204+
<a href="../..">Python-Markdown 3.10.1 documentation</a> &#187;
205205
</li>
206206

207207

@@ -225,7 +225,7 @@ <h3>Navigation</h3>
225225

226226
<!--
227227
MkDocs version : 1.6.1
228-
Docs Build Date UTC : 2025-11-03 19:51:10.446005+00:00
228+
Docs Build Date UTC : 2026-01-21 18:09:21.130986+00:00
229229
-->
230230
</body>
231231
</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

1313

14-
<title>Release Notes for v2.4 &#8212; Python-Markdown 3.10 documentation</title>
14+
<title>Release Notes for v2.4 &#8212; Python-Markdown 3.10.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
<link rel="stylesheet" href="../../assets/_mkdocstrings.css" type="text/css" />
@@ -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 3.10 documentation</a> &#187;
39+
<a href="../..">Python-Markdown 3.10.1 documentation</a> &#187;
4040
</li>
4141

4242

@@ -178,7 +178,7 @@ <h3>Navigation</h3>
178178
<li><img src="../../py.png"
179179
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
180180
<li class="nav-item nav-item-0">
181-
<a href="../..">Python-Markdown 3.10 documentation</a> &#187;
181+
<a href="../..">Python-Markdown 3.10.1 documentation</a> &#187;
182182
</li>
183183

184184

@@ -202,7 +202,7 @@ <h3>Navigation</h3>
202202

203203
<!--
204204
MkDocs version : 1.6.1
205-
Docs Build Date UTC : 2025-11-03 19:51:10.447450+00:00
205+
Docs Build Date UTC : 2026-01-21 18:09:21.132444+00:00
206206
-->
207207
</body>
208208
</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

1313

14-
<title>Release Notes for v2.5 &#8212; Python-Markdown 3.10 documentation</title>
14+
<title>Release Notes for v2.5 &#8212; Python-Markdown 3.10.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
<link rel="stylesheet" href="../../assets/_mkdocstrings.css" type="text/css" />
@@ -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 3.10 documentation</a> &#187;
39+
<a href="../..">Python-Markdown 3.10.1 documentation</a> &#187;
4040
</li>
4141

4242

@@ -290,7 +290,7 @@ <h3>Navigation</h3>
290290
<li><img src="../../py.png"
291291
alt="icon" style="vertical-align: middle; margin-top: -1px"/></li>
292292
<li class="nav-item nav-item-0">
293-
<a href="../..">Python-Markdown 3.10 documentation</a> &#187;
293+
<a href="../..">Python-Markdown 3.10.1 documentation</a> &#187;
294294
</li>
295295

296296

@@ -314,7 +314,7 @@ <h3>Navigation</h3>
314314

315315
<!--
316316
MkDocs version : 1.6.1
317-
Docs Build Date UTC : 2025-11-03 19:51:10.448776+00:00
317+
Docs Build Date UTC : 2026-01-21 18:09:21.133742+00:00
318318
-->
319319
</body>
320320
</html>

0 commit comments

Comments
 (0)