1111 < link rel ="search " title ="Search " href ="../../search.html " />
1212
1313
14- < title > Release Notes for v2.4 — Python-Markdown 3.5 documentation</ title >
14+ < title > Release Notes for v2.4 — Python-Markdown 3.5.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.5 documentation</ a > »
39+ < a href ="../.. "> Python-Markdown 3.5.1 documentation</ a > »
4040 </ li >
4141
4242
@@ -101,12 +101,12 @@ <h2 id="whats-new-in-python-markdown-24">What’s New in Python-Markdown 2.4
101101< p > The code blocks now support emphasizing some of the code lines. To use this
102102 feature, specify < code > hl_lines</ code > option after language name, for example (using the
103103 < a href ="../../extensions/fenced_code_blocks/ "> Fenced Code Extension</ a > ):</ p >
104- < div class ="codehilite "> < pre > < span > </ span > < code > ```.python hl_lines="1 3"
104+ < pre class ="codehilite "> < code > ```.python hl_lines="1 3"
105105# This line will be emphasized.
106- # This one won' t.
106+ # This one won' t.
107107# This one will be also emphasized.
108108```
109- </ code > </ pre > </ div >
109+ </ code > </ pre >
110110
111111< p > Thanks to < a href ="https://github.com/ajdavis "> A. Jesse Jiryu Davis</ a > for implementing this feature.</ p >
112112</ li >
@@ -170,7 +170,7 @@ <h3>Navigation</h3>
170170 < li > < img src ="../../py.png "
171171 alt ="icon " style ="vertical-align: middle; margin-top: -1px "/> </ li >
172172 < li class ="nav-item nav-item-0 ">
173- < a href ="../.. "> Python-Markdown 3.5 documentation</ a > »
173+ < a href ="../.. "> Python-Markdown 3.5.1 documentation</ a > »
174174 </ li >
175175
176176
@@ -187,13 +187,13 @@ <h3>Navigation</h3>
187187 </ ul >
188188 </ div >
189189 < div class ="footer " role ="contentinfo "> Copyright © 2010-2023, The Python-Markdown Project.
190- Created using < a href ="https://www.mkdocs.org/ "> MkDocs</ a > 1.5.2 .
190+ Created using < a href ="https://www.mkdocs.org/ "> MkDocs</ a > 1.5.3 .
191191 </ div >
192192 < script > var base_url = '../..' ; </ script >
193193
194194 <!--
195- MkDocs version : 1.5.2
196- Docs Build Date UTC : 2023-10-10 14:40:31.659279 +00:00
195+ MkDocs version : 1.5.3
196+ Docs Build Date UTC : 2023-11-06 03:08:46.353111 +00:00
197197 -->
198198 </ body >
199199</ html >
0 commit comments