<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git, branch 3.2</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.2.0.</title>
<updated>2020-02-07T00:10:49+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2020-02-06T16:51:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=fac5b9531416890a0d1d951d18fd30333bb2f7c1'/>
<id>fac5b9531416890a0d1d951d18fd30333bb2f7c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Link test tools and development env documentation.</title>
<updated>2020-02-06T16:41:17+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2020-02-06T16:41:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=2a1963b019ab3a35f93a26be53210b3bf194dbe0'/>
<id>2a1963b019ab3a35f93a26be53210b3bf194dbe0</id>
<content type='text'>
Resolves #892.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves #892.</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify xml.etree.ElementTree loading (#902)</title>
<updated>2020-02-03T19:38:22+00:00</updated>
<author>
<name>Dmitry Shachnev</name>
<email>mitya57@users.noreply.github.com</email>
</author>
<published>2020-02-03T19:38:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=a2e4788f8d1850f59699ce0ab500688031ea1571'/>
<id>a2e4788f8d1850f59699ce0ab500688031ea1571</id>
<content type='text'>
cElementTree is a deprecated alias for ElementTree since Python 3.3.

Also drop the recommendation to import etree from markdown.util,
and deprecate markdown.util.etree.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cElementTree is a deprecated alias for ElementTree since Python 3.3.

Also drop the recommendation to import etree from markdown.util,
and deprecate markdown.util.etree.

</pre>
</div>
</content>
</entry>
<entry>
<title>Don't emit stashed HTML tag placeholders in `.toc_tokens` (#901)</title>
<updated>2020-01-31T16:08:49+00:00</updated>
<author>
<name>Jim Porter</name>
<email>826865+jimporter@users.noreply.github.com</email>
</author>
<published>2020-01-31T16:08:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=ccf56edd1404c828c8c2f4e5492ae854e3b06dd7'/>
<id>ccf56edd1404c828c8c2f4e5492ae854e3b06dd7</id>
<content type='text'>
Note: this slightly changes existing behavior in that raw HTML tags are no
longer included in the HTML `.toc`. However, the fact that that worked before 
was an oversight. The intention was always to strip all markup. Resolves #899.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note: this slightly changes existing behavior in that raw HTML tags are no
longer included in the HTML `.toc`. However, the fact that that worked before 
was an oversight. The intention was always to strip all markup. Resolves #899.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add permalink_title option (#886)</title>
<updated>2019-11-26T18:53:40+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2019-11-26T18:53:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=66517465786b90ccb7fcffeef7996b593374d889'/>
<id>66517465786b90ccb7fcffeef7996b593374d889</id>
<content type='text'>
Addes a new `permalink_title` option to the TOC extension, which allows the title attribute of a permalink to be set to something other than the default English string "Permanent link".
Fixes #781.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Addes a new `permalink_title` option to the TOC extension, which allows the title attribute of a permalink to be set to something other than the default English string "Permanent link".
Fixes #781.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add anchorlink_class and permalink_class options to TOC</title>
<updated>2019-11-26T16:56:01+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2019-11-26T16:56:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=1f3ec538a2acf25607253fc7c7a992950463931d'/>
<id>1f3ec538a2acf25607253fc7c7a992950463931d</id>
<content type='text'>
Two new configuration options have been added to the toc extension: 
`anchorlink_class` and `permalink_class` which allows class(es) to be 
assigned to the `anchorlink` and `permalink` HTML respectively. This 
allows using icon fonts from CSS for the links. Therefore, an empty string 
passed to `permalink` now generates an empty `permalink`. Previously 
no `permalink` would have been generated. Based on #776.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Two new configuration options have been added to the toc extension: 
`anchorlink_class` and `permalink_class` which allows class(es) to be 
assigned to the `anchorlink` and `permalink` HTML respectively. This 
allows using icon fonts from CSS for the links. Therefore, an empty string 
passed to `permalink` now generates an empty `permalink`. Previously 
no `permalink` would have been generated. Based on #776.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove tox.ini from MANIFEST</title>
<updated>2019-11-26T14:07:01+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2019-11-26T14:07:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=3b576bc189764d230cc8fbde773fe232aaa075f3'/>
<id>3b576bc189764d230cc8fbde773fe232aaa075f3</id>
<content type='text'>
Tox has already been removed from `make test` and is no longer recommended
for testing in the contributing guide. Additionally, the extra tests it runs
(checking the spelling of documentation, etc) are of no value to end users.
As things are currently set us, tox is only used on the Travis CI server.
Given the above, there is no reason to include it in the release tarball.
Closes #808.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tox has already been removed from `make test` and is no longer recommended
for testing in the contributing guide. Additionally, the extra tests it runs
(checking the spelling of documentation, etc) are of no value to end users.
As things are currently set us, tox is only used on the Travis CI server.
Given the above, there is no reason to include it in the release tarball.
Closes #808.</pre>
</div>
</content>
</entry>
<entry>
<title>Document thread safety (#882)</title>
<updated>2019-11-25T21:12:00+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2019-11-25T21:12:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=ec7e200d28086e594edee2a6f4569a71c1215d34'/>
<id>ec7e200d28086e594edee2a6f4569a71c1215d34</id>
<content type='text'>
Fixed #812.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed #812.

</pre>
</div>
</content>
</entry>
<entry>
<title>Unescape IDs in TOC.</title>
<updated>2019-11-25T20:46:00+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2019-11-25T20:38:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=15cbaef36e7a121db7d41535793ebf98533b2d8e'/>
<id>15cbaef36e7a121db7d41535793ebf98533b2d8e</id>
<content type='text'>
The slugify function will stript the STX and ETX characters from
placeholders for backslash excaped characters. Therefore, we need
to unescape any text before passing it to slugify. Fixes #864.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The slugify function will stript the STX and ETX characters from
placeholders for backslash excaped characters. Therefore, we need
to unescape any text before passing it to slugify. Fixes #864.
</pre>
</div>
</content>
</entry>
<entry>
<title>Show readable error on Python2</title>
<updated>2019-11-25T20:02:37+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2019-11-25T20:02:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=b77c207d53c5d4d87039dd57e77b9d22d6c4c60a'/>
<id>b77c207d53c5d4d87039dd57e77b9d22d6c4c60a</id>
<content type='text'>
Ensures anyone still using Python 2 gets a readable error message.
This does not specify a specific version number to remove the maintenance
burden of updating it with each future release. It will likely get removed
in the next few releases as it will have served its purpose by then.
Fixes #871.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensures anyone still using Python 2 gets a readable error message.
This does not specify a specific version number to remove the maintenance
burden of updating it with each future release. It will likely get removed
in the next few releases as it will have served its purpose by then.
Fixes #871.

</pre>
</div>
</content>
</entry>
</feed>
