<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git/tests, 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>Round out tests of valid markup.</title>
<updated>2019-03-11T14:02:47+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2019-03-11T14:02:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=d2cd9238c819ec972957d67572ade29f9296cc22'/>
<id>d2cd9238c819ec972957d67572ade29f9296cc22</id>
<content type='text'>
There are some design desisions to make as noted in comments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are some design desisions to make as noted in comments.
</pre>
</div>
</content>
</entry>
<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>Add some new tests</title>
<updated>2019-03-08T01:16:18+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2019-03-08T01:16:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=71854c0c4415a456cc42e2d6aa27b279ec55f915'/>
<id>71854c0c4415a456cc42e2d6aa27b279ec55f915</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
<entry>
<title>Fix typos in tests names</title>
<updated>2018-12-19T18:57:17+00:00</updated>
<author>
<name>Dmitry Shachnev</name>
<email>mitya57@gmail.com</email>
</author>
<published>2018-12-19T15:16:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=aa6667e0c58cd01caddc3a5aa47ee3f395ef5b8e'/>
<id>aa6667e0c58cd01caddc3a5aa47ee3f395ef5b8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
