<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git, branch raw-html-ref-issue</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>Strip the gathered extraneous whitespace</title>
<updated>2017-10-07T14:56:58+00:00</updated>
<author>
<name>facelessuser</name>
<email>faceless.shop@gmail.com</email>
</author>
<published>2017-10-07T14:56:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=c55c50ca3af1fcf599c7d7041be840e11e932c67'/>
<id>c55c50ca3af1fcf599c7d7041be840e11e932c67</id>
<content type='text'>
When processing footnotes, we don't actually care to process the extra whitespace at the end of a footnote, but we want it to calculate lines to preserve.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When processing footnotes, we don't actually care to process the extra whitespace at the end of a footnote, but we want it to calculate lines to preserve.
</pre>
</div>
</content>
</entry>
<entry>
<title>Test extra lines at the end of references</title>
<updated>2017-10-07T14:40:40+00:00</updated>
<author>
<name>facelessuser</name>
<email>faceless.shop@gmail.com</email>
</author>
<published>2017-10-07T14:40:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=08abeb528fd5345e8d6cedc3b177bd812f441dd6'/>
<id>08abeb528fd5345e8d6cedc3b177bd812f441dd6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent raw HTML parsing issue in abbr and footnotes</title>
<updated>2017-10-07T14:30:55+00:00</updated>
<author>
<name>facelessuser</name>
<email>faceless.shop@gmail.com</email>
</author>
<published>2017-10-07T14:30:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=cfe3376bb1c76688b3ea63698f90052f41639a7b'/>
<id>cfe3376bb1c76688b3ea63698f90052f41639a7b</id>
<content type='text'>
Peserve abbreviation line when stripping and preserve a line for each footnote block.  Footnotes should also accumulate the extraneous padding.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Peserve abbreviation line when stripping and preserve a line for each footnote block.  Footnotes should also accumulate the extraneous padding.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix raw html reference issue</title>
<updated>2017-10-07T03:24:11+00:00</updated>
<author>
<name>facelessuser</name>
<email>faceless.shop@gmail.com</email>
</author>
<published>2017-10-07T03:24:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=9b43efbca60057eb3400f5d32f287f8e340fbcd8'/>
<id>9b43efbca60057eb3400f5d32f287f8e340fbcd8</id>
<content type='text'>
Preserve the line which a reference was on to prevent raw HTML indexing issue. Ref #584.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Preserve the line which a reference was on to prevent raw HTML indexing issue. Ref #584.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up some docs formatting.</title>
<updated>2017-09-18T14:23:36+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2017-09-18T14:06:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=e839a487edd1f6ceeb07577c015b5979b7a3ebd1'/>
<id>e839a487edd1f6ceeb07577c015b5979b7a3ebd1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to codecov from coveralls</title>
<updated>2017-09-09T00:12:53+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2017-09-08T22:51:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=2c7ec0c21b412f5242951a3ced9628cf6d3fc0a7'/>
<id>2c7ec0c21b412f5242951a3ced9628cf6d3fc0a7</id>
<content type='text'>
Note that we install coverage&lt;4.0 in travis because test-requirements.txt is
installing the same in the tox environments. The .coverage file format
changed in 4.0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note that we install coverage&lt;4.0 in travis because test-requirements.txt is
installing the same in the tox environments. The .coverage file format
changed in 4.0.
</pre>
</div>
</content>
</entry>
<entry>
<title>Manually define travis matrix.</title>
<updated>2017-09-07T18:15:13+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2017-09-07T18:03:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=576e15e7995cc58e95ec74aaa51818eb8c500a91'/>
<id>576e15e7995cc58e95ec74aaa51818eb8c500a91</id>
<content type='text'>
Travis-CI no longer has all supported Python versions installed by default.
Each version needs to be set via the `python` setting. However, we don't
want a matrix where every Python version runs with every `TOXENV`.
Therefore, we now manually define the matrix so that the Python version
is properly matched with the TOXENV.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Travis-CI no longer has all supported Python versions installed by default.
Each version needs to be set via the `python` setting. However, we don't
want a matrix where every Python version runs with every `TOXENV`.
Therefore, we now manually define the matrix so that the Python version
is properly matched with the TOXENV.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust for new PyPI changes</title>
<updated>2017-08-18T00:15:56+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2017-08-18T00:15:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=cc8ef7fc1b093d2a0905520f91ac47f51d12204e'/>
<id>cc8ef7fc1b093d2a0905520f91ac47f51d12204e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/master'</title>
<updated>2017-08-17T23:36:59+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2017-08-17T23:36:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=a0b5aef8adb1af7bd2ee0ff033f0997d11ee138b'/>
<id>a0b5aef8adb1af7bd2ee0ff033f0997d11ee138b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upped version to 2.6.9</title>
<updated>2017-08-17T23:36:14+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2017-08-17T23:32:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=26b9b4fb40ab39b2d4bc182a65d37fb282bd2c2d'/>
<id>26b9b4fb40ab39b2d4bc182a65d37fb282bd2c2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
