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 — Python-Markdown 3.4.1 documentation</ title >
14+ < title > Release Notes for v.2.4 — Python-Markdown 3.4.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.4.1 documentation</ a > »
40+ < a href ="../.. "> Python-Markdown 3.4.2 documentation</ a > »
4141 </ li >
4242
4343
@@ -116,12 +116,12 @@ <h2 id="whats-new-in-python-markdown-24">What’s New in Python-Markdown 2.4
116116< p > The code blocks now support emphasizing some of the code lines. To use this
117117 feature, specify < code > hl_lines</ code > option after language name, for example (using the
118118 < a href ="../../extensions/fenced_code_blocks/ "> Fenced Code Extension</ a > ):</ p >
119- < pre class ="codehilite "> < code > ```.python hl_lines="1 3"
119+ < div class ="codehilite "> < pre > < span > </ span > < code > ```.python hl_lines="1 3"
120120# This line will be emphasized.
121- # This one won' t.
121+ # This one won' t.
122122# This one will be also emphasized.
123123```
124- </ code > </ pre >
124+ </ code > </ pre > </ div >
125125
126126< p > Thanks to < a href ="https://github.com/ajdavis "> A. Jesse Jiryu Davis</ a > for implementing this feature.</ p >
127127</ li >
@@ -205,7 +205,7 @@ <h3>Navigation</h3>
205205 < li > < img src ="../../py.png "
206206 alt ="icon " style ="vertical-align: middle; margin-top: -1px "/> </ li >
207207 < li class ="nav-item nav-item-0 ">
208- < a href ="../.. "> Python-Markdown 3.4.1 documentation</ a > »
208+ < a href ="../.. "> Python-Markdown 3.4.2 documentation</ a > »
209209 </ li >
210210
211211
@@ -235,15 +235,15 @@ <h3>Navigation</h3>
235235
236236 </ ul >
237237 </ div >
238- < div class ="footer " role ="contentinfo "> Copyright © 2010-2017 , The Python-Markdown Project.
238+ < div class ="footer " role ="contentinfo "> Copyright © 2010-2023 , The Python-Markdown Project.
239239 Created using < a href ="https://www.mkdocs.org/ "> MkDocs</ a > 1.1.2.
240240 </ div >
241241 < script > var base_url = '../..' ; </ script >
242242 < script src ="../../search/main.js "> </ script >
243243
244244 <!--
245245 MkDocs version : 1.1.2
246- Docs Build Date UTC : 2022-07-15 19:18:32.490122 +00:00
246+ Docs Build Date UTC : 2023-03-22 17:10:20.834617 +00:00
247247 -->
248248 </ body >
249249</ html >
0 commit comments