<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git/tests, branch 3.2.1</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>Fix escaping of HTML special chars (&lt;, &gt;, &amp;) in `.toc_tokens`</title>
<updated>2020-02-12T20:28:51+00:00</updated>
<author>
<name>Jim Porter</name>
<email>826865+jimporter@users.noreply.github.com</email>
</author>
<published>2020-02-12T20:28:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=74c0166c6903b07b3b2b9cbba36705d1414cbaf7'/>
<id>74c0166c6903b07b3b2b9cbba36705d1414cbaf7</id>
<content type='text'>
Fixes #906.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #906.
</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>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>Drop support for Python 2.7 (#865)</title>
<updated>2019-10-24T13:36:04+00:00</updated>
<author>
<name>Hugo van Kemenade</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2019-10-24T13:36:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=dab931f597cdc5b57d4e2458840fb991606506bc'/>
<id>dab931f597cdc5b57d4e2458840fb991606506bc</id>
<content type='text'>
* Python syntax upgraded using `pyupgrade --py3-plus`
* Travis no longer uses `sudo`. See https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration

See #760 for Python Version Support Timeline and related dicussion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Python syntax upgraded using `pyupgrade --py3-plus`
* Travis no longer uses `sudo`. See https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration

See #760 for Python Version Support Timeline and related dicussion.
</pre>
</div>
</content>
</entry>
<entry>
<title>Always wrap CodeHilite code in &lt;code&gt; tags (#862)</title>
<updated>2019-09-30T13:47:15+00:00</updated>
<author>
<name>Tim Martin</name>
<email>tim@timmart.in</email>
</author>
<published>2019-09-30T13:47:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=c6a9985b9211b40c42638164e350dfa0732450f8'/>
<id>c6a9985b9211b40c42638164e350dfa0732450f8</id>
<content type='text'>
Pygments added the `wrapcode` option in version 2.4. Users need to have 2.4+ installed to see the change. However, as earlier versions accepted arbitrary keywords passed to the HTMLFormatter, no error will be raised if the user has an older version of Pygments installed.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pygments added the `wrapcode` option in version 2.4. Users need to have 2.4+ installed to see the change. However, as earlier versions accepted arbitrary keywords passed to the HTMLFormatter, no error will be raised if the user has an older version of Pygments installed.</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor em strong to consolidate code and fix issue #792</title>
<updated>2019-09-03T14:20:59+00:00</updated>
<author>
<name>Isaac Muse</name>
<email>faceless.shop@gmail.com</email>
</author>
<published>2019-09-03T14:20:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=ce04b81f4e7397de391df895e0f915a67f611c91'/>
<id>ce04b81f4e7397de391df895e0f915a67f611c91</id>
<content type='text'>

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

</pre>
</div>
</content>
</entry>
<entry>
<title>Optimize HTML_RE from quadratic time to linear (#804)</title>
<updated>2019-08-14T13:23:59+00:00</updated>
<author>
<name>Anders Kaseorg</name>
<email>andersk@mit.edu</email>
</author>
<published>2019-08-14T13:23:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=97c1edd5d0aba8b09afcf836777acc6935ed88e2'/>
<id>97c1edd5d0aba8b09afcf836777acc6935ed88e2</id>
<content type='text'>
Remove misleading escaped_chars_in_js test

Signed-off-by: Anders Kaseorg &lt;andersk@mit.edu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove misleading escaped_chars_in_js test

Signed-off-by: Anders Kaseorg &lt;andersk@mit.edu&gt;
</pre>
</div>
</content>
</entry>
</feed>
