<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git, branch 2.0.2_Final</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>Upped version to 2.0.2-Final and added release notes.</title>
<updated>2009-07-31T11:12:14+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@dev.(none)</email>
</author>
<published>2009-07-31T11:12:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=e1276cc248a07794bfc9f5721ffec115e078b978'/>
<id>e1276cc248a07794bfc9f5721ffec115e078b978</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated setup script to include dependency for elementtree when python version &lt; 2.5. Since Cheetah just added a dependency on Markdown (in 2.2.2) we've received numerious complaints from people trying to easy_install Cheetah on older pythons.</title>
<updated>2009-07-31T11:00:52+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@dev.(none)</email>
</author>
<published>2009-07-31T11:00:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=f7456a361c51e40a3237f0e45a5249bf44a46823'/>
<id>f7456a361c51e40a3237f0e45a5249bf44a46823</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed Ticket 42. We really should abandon the 'message' function altogeather, but this will do for now.</title>
<updated>2009-08-26T22:38:24+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2009-08-26T22:38:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=5670f4c4f8656c91466259ca97ee66b669a1e2be'/>
<id>5670f4c4f8656c91466259ca97ee66b669a1e2be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed Ticket 43. Apparenlty ElementTree does not recognize 'utf8' as an alias of 'utf-8' and outputs invalid xml. We never noticed as stripTopLevelTags removes the offending fragment. However, there are legitimate uses for turning off stripTopLevelTags. Therefore, from now on we will be using 'utf-8' internally. Thanks to Mark Eichin for the report.</title>
<updated>2009-08-23T18:42:52+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2009-08-23T18:42:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=b688bf59dee2ed1552c0b232a43066ba18393ab0'/>
<id>b688bf59dee2ed1552c0b232a43066ba18393ab0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a couple typos in previous commit.</title>
<updated>2009-07-31T05:10:56+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@dev.(none)</email>
</author>
<published>2009-07-31T05:10:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=b4ce140d4e0e9839eb8e95f26165b8584441a5f2'/>
<id>b4ce140d4e0e9839eb8e95f26165b8584441a5f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed Ticket 41. Docs now correctly point to markdown.preprocessors.Preprocessor rather than markdown.Preprocessor etc.</title>
<updated>2009-07-31T05:05:22+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@dev.(none)</email>
</author>
<published>2009-07-31T05:05:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=80beed057ef9abeb9eecfcfc932ebadeaf637e4a'/>
<id>80beed057ef9abeb9eecfcfc932ebadeaf637e4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed Ticket 37. When multiple markdown documents are displayed on one page and</title>
<updated>2009-07-22T01:56:19+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2009-07-22T01:56:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=e719047b9b9514977e766f1aed932c1d11dfccaf'/>
<id>e719047b9b9514977e766f1aed932c1d11dfccaf</id>
<content type='text'>
contain footnotes with the same name, they will no longer collide when
'UNIQUE_IDS' is set to True. Thanks to Paul Stansifer for report and patch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
contain footnotes with the same name, they will no longer collide when
'UNIQUE_IDS' is set to True. Thanks to Paul Stansifer for report and patch.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed Ticket 38. With smart_emphasis turned on, emphasised text can now be wrapped in punctuation without spaces and still will be converted to emphasis (ie: '[_foo_]'). Test included. Thanks for the report seanh.</title>
<updated>2009-07-22T01:35:14+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2009-07-22T01:35:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=383916493d8d05feb8df72e61cbec15d9b5fb937'/>
<id>383916493d8d05feb8df72e61cbec15d9b5fb937</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed TOC extension to properly nest multiple header levels in the table of contents. Specificly, when stepping back multiple levels, the nestsed listed now follow suite. Test included. Thanks for the patch Jack Miller.</title>
<updated>2009-07-22T00:56:49+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2009-07-22T00:56:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=93dddf9eb7b3263beda332e79ee84cf8ab9c13bb'/>
<id>93dddf9eb7b3263beda332e79ee84cf8ab9c13bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed ticket 35. Lists now work when padded with five or more spaces after asterisk. Adjusted regex to eat all (one or more) of the spaces. While it may seem wrong (at least in the loose list case), this is how all other implementations work. And it solves a number of edge cases otherwise not accounted for in the list parser.</title>
<updated>2009-06-17T21:14:01+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2009-06-17T21:14:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=c38f1813a1c2d7c531517a74c456166af92356b4'/>
<id>c38f1813a1c2d7c531517a74c456166af92356b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
