<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git, branch 3.3</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.3.</title>
<updated>2020-10-06T18:17:23+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2020-10-06T18:09:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=b8c6a76a97c46ae8b7b64236acfa420d7ea03344'/>
<id>b8c6a76a97c46ae8b7b64236acfa420d7ea03344</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add PY39 support and drop PY35 (#1026)</title>
<updated>2020-10-06T17:23:32+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2020-10-06T17:23:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=f4b936b4125719a6bcc7c7859e08b2da720892de'/>
<id>f4b936b4125719a6bcc7c7859e08b2da720892de</id>
<content type='text'>
Python 3.5 reached end-of-life on 2020-09-12 and Python 3.9 was released on 2020-10-05.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 3.5 reached end-of-life on 2020-09-12 and Python 3.9 was released on 2020-10-05.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support unicode ids in toc (#970)</title>
<updated>2020-10-01T18:54:37+00:00</updated>
<author>
<name>Antoine</name>
<email>me@atelierhsn.com</email>
</author>
<published>2020-10-01T18:54:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=2e0962ef1412b0cd566331954aff82711ce93acf'/>
<id>2e0962ef1412b0cd566331954aff82711ce93acf</id>
<content type='text'>
A second function, `slugify_unicode` was added rather than changing the existing function so as to maintain backward compatibility. While an `encoding` parameter was added to the `slugify` function, we can't expect existing third party functions to accept a third parameter. Therefore, the two parameter API was preserved with this change.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A second function, `slugify_unicode` was added rather than changing the existing function so as to maintain backward compatibility. While an `encoding` parameter was added to the `slugify` function, we can't expect existing third party functions to accept a third parameter. Therefore, the two parameter API was preserved with this change.</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor HTML Parser (#803)</title>
<updated>2020-09-22T14:42:17+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2020-09-22T14:42:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=b701c34ebd7b2d0eb319517b9a275ddf0c89608d'/>
<id>b701c34ebd7b2d0eb319517b9a275ddf0c89608d</id>
<content type='text'>
The HTML parser has been completely replaced. The new HTML parser is built on Python's html.parser.HTMLParser, which alleviates various bugs and simplifies maintenance of the code.

The md_in_html extension has been rebuilt on the new HTML Parser, which drastically simplifies it. Note that raw HTML elements with a markdown attribute defined are now converted to ElementTree Elements and are rendered by the serializer. Various bugs have been fixed.

Link reference parsing, abbreviation reference parsing and footnote reference parsing has all been moved from preprocessors to blockprocessors, which allows them to be nested within other block level elements. Specifically, this change was necessary to maintain the current behavior in the rebuilt md_in_html extension. A few random edge-case bugs (see the included tests) were resolved in the process.

Closes #595, closes #780, closes #830 and closes #1012.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The HTML parser has been completely replaced. The new HTML parser is built on Python's html.parser.HTMLParser, which alleviates various bugs and simplifies maintenance of the code.

The md_in_html extension has been rebuilt on the new HTML Parser, which drastically simplifies it. Note that raw HTML elements with a markdown attribute defined are now converted to ElementTree Elements and are rendered by the serializer. Various bugs have been fixed.

Link reference parsing, abbreviation reference parsing and footnote reference parsing has all been moved from preprocessors to blockprocessors, which allows them to be nested within other block level elements. Specifically, this change was necessary to maintain the current behavior in the rebuilt md_in_html extension. A few random edge-case bugs (see the included tests) were resolved in the process.

Closes #595, closes #780, closes #830 and closes #1012.
</pre>
</div>
</content>
</entry>
<entry>
<title>Document passing configuration options to Extra.</title>
<updated>2020-09-17T13:59:46+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2020-09-17T13:35:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=90e750b1f4fa8d150d7b5a4709858c786f2794dd'/>
<id>90e750b1f4fa8d150d7b5a4709858c786f2794dd</id>
<content type='text'>
Closes #1019.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #1019.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update information about richleland/pygments-css.</title>
<updated>2020-09-11T00:22:18+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2020-09-11T00:22:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=c99de368726023adba2725d9d0dffff16dec9350'/>
<id>c99de368726023adba2725d9d0dffff16dec9350</id>
<content type='text'>
As of richleland/pygments-css@146834e1 the css class was set to `.highlight`.
Closes #1020.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As of richleland/pygments-css@146834e1 the css class was set to `.highlight`.
Closes #1020.</pre>
</div>
</content>
</entry>
<entry>
<title>Add Markdown text processing classifier to setup</title>
<updated>2020-08-24T17:52:59+00:00</updated>
<author>
<name>Álvaro Mondéjar</name>
<email>mondejar1994@gmail.com</email>
</author>
<published>2020-08-24T13:14:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=f6c2fe9a218ecf2bcf39a89e7f91d847228ea0ae'/>
<id>f6c2fe9a218ecf2bcf39a89e7f91d847228ea0ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix complex scenarios with definition, ordered, and unordered lists (#1007)</title>
<updated>2020-07-27T12:52:58+00:00</updated>
<author>
<name>Isaac Muse</name>
<email>faceless.shop@gmail.com</email>
</author>
<published>2020-07-27T12:52:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=370e17b3923d7d8f4709652bc24b695271a0210d'/>
<id>370e17b3923d7d8f4709652bc24b695271a0210d</id>
<content type='text'>
Fixes #918.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #918.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix complex scenarios with lists and admonitions (#1006)</title>
<updated>2020-07-26T13:10:45+00:00</updated>
<author>
<name>Isaac Muse</name>
<email>faceless.shop@gmail.com</email>
</author>
<published>2020-07-26T13:10:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=611cf6d98297f8cb79c06d2c785c885b88a12cf0'/>
<id>611cf6d98297f8cb79c06d2c785c885b88a12cf0</id>
<content type='text'>
Add better logic to admonitions to account for more complex list cases

Fixes #1004</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add better logic to admonitions to account for more complex list cases

Fixes #1004</pre>
</div>
</content>
</entry>
<entry>
<title>Fix HR which follows strong em.</title>
<updated>2020-07-01T14:18:28+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2020-07-01T14:08:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=be7ba7bfa17e7cb0c795e101662d1e490334ec84'/>
<id>be7ba7bfa17e7cb0c795e101662d1e490334ec84</id>
<content type='text'>
Fixes #897.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #897.
</pre>
</div>
</content>
</entry>
</feed>
