<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git/markdown, branch html</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>More tests.</title>
<updated>2019-03-08T21:28:07+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2019-03-08T21:28:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=194b7d316ac4eaacfa4588023489fbafc038d7ca'/>
<id>194b7d316ac4eaacfa4588023489fbafc038d7ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable markdown=1 in extra for now.</title>
<updated>2019-03-07T23:44:43+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2019-03-07T23:44:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=3cb7a64d7bb236fc22323130984047bc8150f2c7'/>
<id>3cb7a64d7bb236fc22323130984047bc8150f2c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix silly error</title>
<updated>2019-03-07T21:05:38+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2019-03-07T21:05:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=4be8c58b8867425ca68d16e7bf1a58116685f6af'/>
<id>4be8c58b8867425ca68d16e7bf1a58116685f6af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor HTML Parser</title>
<updated>2019-03-07T20:46:46+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2019-03-07T20:46:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=e09fc078ef30a856195dc393fec6db5153e5cef4'/>
<id>e09fc078ef30a856195dc393fec6db5153e5cef4</id>
<content type='text'>
This is experimental. More of the HTMLParser methods need to be fleshed
out. So far the basic stuff works as long as there is no invalid HTML in
the document.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is experimental. More of the HTMLParser methods need to be fleshed
out. So far the basic stuff works as long as there is no invalid HTML in
the document.
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimize several regexes from quadratic time to linear time</title>
<updated>2019-03-07T01:47:05+00:00</updated>
<author>
<name>Anders Kaseorg</name>
<email>andersk@mit.edu</email>
</author>
<published>2019-03-06T20:36:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=cb47805e10333dfbebc094d9f07fdf18e200aa89'/>
<id>cb47805e10333dfbebc094d9f07fdf18e200aa89</id>
<content type='text'>
Part of the discussion in #798.

Signed-off-by: Anders Kaseorg &lt;andersk@mit.edu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Part of the discussion in #798.

Signed-off-by: Anders Kaseorg &lt;andersk@mit.edu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for a range to toc_depth.</title>
<updated>2019-02-23T02:04:40+00:00</updated>
<author>
<name>Klaus Mueller</name>
<email>earth@klml.de</email>
</author>
<published>2019-02-23T02:04:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=90833a19eae63f6e787d7718180bd48ca906575a'/>
<id>90833a19eae63f6e787d7718180bd48ca906575a</id>
<content type='text'>
Closes #786.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #786.
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle overlapping raw HTML matches (#770)</title>
<updated>2019-02-07T19:59:04+00:00</updated>
<author>
<name>Philip Trauner</name>
<email>philip.trauner@arztpraxis.io</email>
</author>
<published>2019-02-07T19:59:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=12864d276855231c1d72f0da8efd8dace20a9062'/>
<id>12864d276855231c1d72f0da8efd8dace20a9062</id>
<content type='text'>
Recursively run substitution to handle overlapping matches.
Fixes #458.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Recursively run substitution to handle overlapping matches.
Fixes #458.
</pre>
</div>
</content>
</entry>
<entry>
<title>Emphasis pattern treats newlines as whitespace (#785)</title>
<updated>2019-02-07T16:28:52+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2019-02-07T16:28:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=4504f1097ea87de431da8f4e5d0303f22da2e94e'/>
<id>4504f1097ea87de431da8f4e5d0303f22da2e94e</id>
<content type='text'>
All whitespace characters should be treated the same by inline patterns.
Previoulsy, emphasis patterns were only accounting for spaces, but not
other whitepsace characters such as newlines. Fixes #783.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All whitespace characters should be treated the same by inline patterns.
Previoulsy, emphasis patterns were only accounting for spaces, but not
other whitepsace characters such as newlines. Fixes #783.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow hashes to be escaped in headers (#763)</title>
<updated>2018-12-22T20:51:30+00:00</updated>
<author>
<name>Isaac Muse</name>
<email>faceless.shop@gmail.com</email>
</author>
<published>2018-12-22T20:51:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=596be577c69c13ac3addcc84701e0a1014b088b0'/>
<id>596be577c69c13ac3addcc84701e0a1014b088b0</id>
<content type='text'>
Adjust pattern to allow for escaped hashes, but take care to not treat
escaped escapes before hashes as escaped hashes. Close #762.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adjust pattern to allow for escaped hashes, but take care to not treat
escaped escapes before hashes as escaped hashes. Close #762.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a PEP562 implementation for deprecating attributes (#757)</title>
<updated>2018-12-22T20:50:04+00:00</updated>
<author>
<name>Isaac Muse</name>
<email>faceless.shop@gmail.com</email>
</author>
<published>2018-12-22T20:50:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=ab24c2357dfd98540d5196470164bf49b5e6d9f3'/>
<id>ab24c2357dfd98540d5196470164bf49b5e6d9f3</id>
<content type='text'>
Use a vendored Pep562 backport to simulate Python 3.7's new PEP 562 feature. For Python3.7 and later, default to the official implementation.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use a vendored Pep562 backport to simulate Python 3.7's new PEP 562 feature. For Python3.7 and later, default to the official implementation.</pre>
</div>
</content>
</entry>
</feed>
