<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git, branch 2.6</title>
<subtitle>github.com: waylan/Python-Markdown.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-markdown.git/'/>
<entry>
<title>Include MkDocs config in dist.</title>
<updated>2018-01-09T01:35:13+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2018-01-09T01:29:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-markdown.git/commit/?id=c04acd27ce838a701efdbbfdad4b7c98bfdbb4ac'/>
<id>c04acd27ce838a701efdbbfdad4b7c98bfdbb4ac</id>
<content type='text'>
Backport of a102ed4 to 2.6 bugfix branch. See #621.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of a102ed4 to 2.6 bugfix branch. See #621.
</pre>
</div>
</content>
</entry>
<entry>
<title>Up version to 2.6.11 (#620)</title>
<updated>2018-01-05T00:40:30+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2018-01-05T00:40:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-markdown.git/commit/?id=fc96b467832cfe4d7060017e439344b10c77a31b'/>
<id>fc96b467832cfe4d7060017e439344b10c77a31b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix raw html reference issue (#585)</title>
<updated>2018-01-04T20:07:45+00:00</updated>
<author>
<name>Isaac Muse</name>
<email>faceless.shop@gmail.com</email>
</author>
<published>2018-01-04T20:07:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-markdown.git/commit/?id=1de595a4a9c5536d32d597dba799cd036582af0f'/>
<id>1de595a4a9c5536d32d597dba799cd036582af0f</id>
<content type='text'>
Preserve the line which a reference was on to prevent raw HTML indexing issue. Fixes #584.

Prevent raw HTML parsing issue in abbr and footnotes

Peserve abbreviation line when stripping and preserve a line for each footnote block.  Footnotes should also accumulate the extraneous padding.

Test extra lines at the end of references

Strip the gathered extraneous whitespace

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>
Preserve the line which a reference was on to prevent raw HTML indexing issue. Fixes #584.

Prevent raw HTML parsing issue in abbr and footnotes

Peserve abbreviation line when stripping and preserve a line for each footnote block.  Footnotes should also accumulate the extraneous padding.

Test extra lines at the end of references

Strip the gathered extraneous whitespace

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>Avoid DeprecationWarnings for etree</title>
<updated>2018-01-04T19:47:58+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2018-01-04T19:24:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-markdown.git/commit/?id=bbada79726d900ef9ae5410ab3a0ce573a742c00'/>
<id>bbada79726d900ef9ae5410ab3a0ce573a742c00</id>
<content type='text'>
Fixes #618.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #618.
</pre>
</div>
</content>
</entry>
<entry>
<title>Warnings should cause tests to fail.</title>
<updated>2018-01-04T19:47:58+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2018-01-04T01:29:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-markdown.git/commit/?id=a7d211b53afbdb3c3febf881127dfbea4da422ee'/>
<id>a7d211b53afbdb3c3febf881127dfbea4da422ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure regex patterns are raw strings (#614)</title>
<updated>2018-01-02T18:10:19+00:00</updated>
<author>
<name>Isaac Muse</name>
<email>faceless.shop@gmail.com</email>
</author>
<published>2018-01-02T18:10:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-markdown.git/commit/?id=2e9beaecae75ec01899afa846f775ba7b3105ff8'/>
<id>2e9beaecae75ec01899afa846f775ba7b3105ff8</id>
<content type='text'>
Python 3.6 is starting to reject invalid escapes.  Regular expression patterns should be raw strings to avoid having regex escapes being mistaken for invalid string escapes. Fixes #611.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 3.6 is starting to reject invalid escapes.  Regular expression patterns should be raw strings to avoid having regex escapes being mistaken for invalid string escapes. Fixes #611.</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unwanted apostrophe from docs</title>
<updated>2017-12-28T00:00:08+00:00</updated>
<author>
<name>Alex Chan</name>
<email>alex@alexwlchan.net</email>
</author>
<published>2017-12-27T21:59:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-markdown.git/commit/?id=dd3e65a9d4fd77e2b656579580b97cd1f9ae0ee7'/>
<id>dd3e65a9d4fd77e2b656579580b97cd1f9ae0ee7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Footnote extension] Add a way to customize the backlink title (#616)</title>
<updated>2017-12-22T23:00:07+00:00</updated>
<author>
<name>Jorge Maldonado Ventura</name>
<email>jorgesumle@freakspot.net</email>
</author>
<published>2017-12-22T23:00:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-markdown.git/commit/?id=bc5a9bb02ae5d171d42978078344050034edc106'/>
<id>bc5a9bb02ae5d171d42978078344050034edc106</id>
<content type='text'>
Fixes #610.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #610.</pre>
</div>
</content>
</entry>
<entry>
<title>Restore code to use markdown_py as the console script name.</title>
<updated>2017-12-10T21:53:36+00:00</updated>
<author>
<name>Dmitry Shachnev</name>
<email>mitya57@gmail.com</email>
</author>
<published>2017-12-10T11:52:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-markdown.git/commit/?id=1edbb9dcb998966e43e02f5e345fe3d08c0307dc'/>
<id>1edbb9dcb998966e43e02f5e345fe3d08c0307dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix spellchecking test.</title>
<updated>2017-12-09T03:18:39+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2017-12-09T02:20:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-markdown.git/commit/?id=54bf6d6369274e8ec0e040d5287038b1cc92329c'/>
<id>54bf6d6369274e8ec0e040d5287038b1cc92329c</id>
<content type='text'>
* Install deps.
* Ensure test fails if deps are missing.
* Update dictionary for recent docs changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Install deps.
* Ensure test fails if deps are missing.
* Update dictionary for recent docs changes.
</pre>
</div>
</content>
</entry>
</feed>
