<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git, branch 3.4</title>
<subtitle>github.com: waylan/Python-Markdown.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/'/>
<entry>
<title>Bump version to 3.4</title>
<updated>2022-07-15T14:08:11+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2022-07-15T14:08:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=a884a99173e44b76d28ffb34f27995aa70e5b938'/>
<id>a884a99173e44b76d28ffb34f27995aa70e5b938</id>
<content type='text'>
Cleaned up the release notes.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cleaned up the release notes.</pre>
</div>
</content>
</entry>
<entry>
<title>Move backslash unescaping to treeprocessor</title>
<updated>2022-07-15T12:38:34+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2022-07-15T12:38:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=c0f6e5a31ea8e7fe98910a0523144c2a96fa9bf1'/>
<id>c0f6e5a31ea8e7fe98910a0523144c2a96fa9bf1</id>
<content type='text'>
By unescaping backslash escapes in a treeprocessor, the text is properly
escaped during serialization. Fixes #1131.

As it is recognized that various third-party extensions may be calling the
old class at `postprocessors.UnescapePostprocessor` the old class remains
in the codebase, but has been deprecated and will be removed in a future
release. The new class `treeprocessors.UnescapeTreeprocessor` should be
used instead.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By unescaping backslash escapes in a treeprocessor, the text is properly
escaped during serialization. Fixes #1131.

As it is recognized that various third-party extensions may be calling the
old class at `postprocessors.UnescapePostprocessor` the old class remains
in the codebase, but has been deprecated and will be removed in a future
release. The new class `treeprocessors.UnescapeTreeprocessor` should be
used instead.</pre>
</div>
</content>
</entry>
<entry>
<title>fixed some spelling mistakes</title>
<updated>2022-06-17T12:46:44+00:00</updated>
<author>
<name>Bastian Venthur</name>
<email>mail@venthur.de</email>
</author>
<published>2022-06-17T12:46:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=77fb7f1b51076becff488a9b42ef2883153262a0'/>
<id>77fb7f1b51076becff488a9b42ef2883153262a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove redundant lines from PrettifyTreeprocessor</title>
<updated>2022-06-13T14:50:12+00:00</updated>
<author>
<name>Id3aFly</name>
<email>Id3aFly@users.noreply.github.com</email>
</author>
<published>2022-06-13T14:50:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=97359a4a93c0158e39f80ba82e8c99db1ffea4d9'/>
<id>97359a4a93c0158e39f80ba82e8c99db1ffea4d9</id>
<content type='text'>
Lines in 409 and 410 are part of an if-condition-block. However, they are called identically L411 and L412 outside of the if-block anyways. Fixes #1267.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Lines in 409 and 410 are part of an if-condition-block. However, they are called identically L411 and L412 outside of the if-block anyways. Fixes #1267.</pre>
</div>
</content>
</entry>
<entry>
<title>Remove previously deprecated objects</title>
<updated>2022-05-27T13:13:09+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2022-05-27T13:13:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=a767b2daaad78ba32d45a4f1dabb7c5e218f030a'/>
<id>a767b2daaad78ba32d45a4f1dabb7c5e218f030a</id>
<content type='text'>
This completely removes all objects which were deprecated in version 3.0 (this change will be included in version 3.4). Given the time that has passed, and the fact that older unmaintained extensions are not likely to support the new minimum Python version, this is little concern about breaking older extensions.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This completely removes all objects which were deprecated in version 3.0 (this change will be included in version 3.4). Given the time that has passed, and the fact that older unmaintained extensions are not likely to support the new minimum Python version, this is little concern about breaking older extensions.</pre>
</div>
</content>
</entry>
<entry>
<title>Update PrettifyTreeprocessor `&lt;pre&gt;&lt;code&gt;` handling</title>
<updated>2022-05-27T13:01:57+00:00</updated>
<author>
<name>fourpoints</name>
<email>30053843+fourpoints@users.noreply.github.com</email>
</author>
<published>2022-05-27T13:01:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=dc434df776fe9af36fe07c4e782e51035ce30e1f'/>
<id>dc434df776fe9af36fe07c4e782e51035ce30e1f</id>
<content type='text'>
Fixes #1263.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #1263.</pre>
</div>
</content>
</entry>
<entry>
<title>Add None check to PrettifyTreeprocessor</title>
<updated>2022-05-25T18:58:04+00:00</updated>
<author>
<name>fourpoints</name>
<email>30053843+fourpoints@users.noreply.github.com</email>
</author>
<published>2022-05-25T18:58:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=96d27f191bf31e76fca8c4294a3238519d13a631'/>
<id>96d27f191bf31e76fca8c4294a3238519d13a631</id>
<content type='text'>
Fixes #1261.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #1261.</pre>
</div>
</content>
</entry>
<entry>
<title>Drop support for PY36</title>
<updated>2022-05-24T17:12:24+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2022-05-24T17:12:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=cebe1de23631a300167445bbb152c31615de9faf'/>
<id>cebe1de23631a300167445bbb152c31615de9faf</id>
<content type='text'>
Python dropped support on 2021-12-23. Our policy (#760) is to drop
support on the next point release after Python does.

* Remove py36 tests
* Test multiple recent versions of pypy
* Remove pep562 backport</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python dropped support on 2021-12-23. Our policy (#760) is to drop
support on the next point release after Python does.

* Remove py36 tests
* Test multiple recent versions of pypy
* Remove pep562 backport</pre>
</div>
</content>
</entry>
<entry>
<title>Only enumerate extension entry points when required</title>
<updated>2022-05-24T13:43:57+00:00</updated>
<author>
<name>Aarni Koskela</name>
<email>akx@iki.fi</email>
</author>
<published>2022-05-24T13:43:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=e958ec4141be98c7d04622f5f2cad5e60e765e53'/>
<id>e958ec4141be98c7d04622f5f2cad5e60e765e53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pass language to Pygments formatter in CodeHilite</title>
<updated>2022-05-18T18:08:55+00:00</updated>
<author>
<name>Liang-Bo Wang</name>
<email>me@liang2.tw</email>
</author>
<published>2022-05-18T18:08:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=12c3378ab9a46fae416a7bb5549e3f123a11d22a'/>
<id>12c3378ab9a46fae416a7bb5549e3f123a11d22a</id>
<content type='text'>
* Add an extra option `lang_str` to pass the language of the code block
to the specified Pygments formatter.
* Include an example custom Pygments formatter in the documentation
that includes the language of the code in the output using the new option.

Resolves #1255.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add an extra option `lang_str` to pass the language of the code block
to the specified Pygments formatter.
* Include an example custom Pygments formatter in the documentation
that includes the language of the code in the output using the new option.

Resolves #1255.</pre>
</div>
</content>
</entry>
</feed>
