<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git/markdown, branch 2.0-rc1</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-rc1</title>
<updated>2009-03-09T00:07:26+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2009-03-09T00:07:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=f05183566eb57e1828926d7dcc89356fb8237df3'/>
<id>f05183566eb57e1828926d7dcc89356fb8237df3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Completed nested lists and added a test. All tests pass.</title>
<updated>2009-02-04T22:39:47+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2009-02-04T22:39:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=0f6ff94aed8c2f6529d2308f75a770f2b130bff9'/>
<id>0f6ff94aed8c2f6529d2308f75a770f2b130bff9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for multilevel lists - step one. Currently only works for loose lists. In fact, non-loose lists are currently broken - seen as code blocks.</title>
<updated>2009-02-04T05:14:01+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2009-02-04T05:14:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=0adb1136a124ba0218df0ef986e6f1dc6ed254ba'/>
<id>0adb1136a124ba0218df0ef986e6f1dc6ed254ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated fenced_code extension to fit in with consensious on Markdown list. Language is defined on first line rather than last, and currly brackets around language are optional.</title>
<updated>2009-02-03T02:36:50+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2009-02-03T02:36:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=803ded62a17f93d1f3e0e63c4cdef78b1fb7e0dc'/>
<id>803ded62a17f93d1f3e0e63c4cdef78b1fb7e0dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed error handling to work when the logger is not being used.</title>
<updated>2009-01-29T00:21:47+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2009-01-29T00:21:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=be6891a22f6888af302392bc2dfa1e4a6099fd4f'/>
<id>be6891a22f6888af302392bc2dfa1e4a6099fd4f</id>
<content type='text'>
Previously, when using as a module and not setting up your own logger, the
logger would fail and Markdown would choke on the unresolved problem. Now
exceptions or warnings are raised as appropriate (based on log level). However,
if the user has configured the logger, the errors are logged, not raised and
Markdown either continues or exits based on log level.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, when using as a module and not setting up your own logger, the
logger would fail and Markdown would choke on the unresolved problem. Now
exceptions or warnings are raised as appropriate (based on log level). However,
if the user has configured the logger, the errors are logged, not raised and
Markdown either continues or exits based on log level.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added optional HTML 4 output. Available formats currently include XHTML 1 and HTML 4.</title>
<updated>2009-01-28T18:52:44+00:00</updated>
<author>
<name>Eric Abrahamsen</name>
<email>girzel@gmail.com</email>
</author>
<published>2009-01-28T18:44:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=c89c1263798eaedffa09077819e769b019801556'/>
<id>c89c1263798eaedffa09077819e769b019801556</id>
<content type='text'>
Thanks to Eric Abrahamsen for doing the legwork and providing an initial
working patch. And thanks to Fredrik Lundh for allowing us to include his
html4 serializer from the ElementTree 1.3 preview.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to Eric Abrahamsen for doing the legwork and providing an initial
working patch. And thanks to Fredrik Lundh for allowing us to include his
html4 serializer from the ElementTree 1.3 preview.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added html_tidy extension.</title>
<updated>2009-01-28T00:08:57+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2009-01-28T00:08:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=94c7c29f4e766032520ffac8a080c3bdba6c4da4'/>
<id>94c7c29f4e766032520ffac8a080c3bdba6c4da4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Making the space after angle brackets optional in blockquotes.</title>
<updated>2008-12-24T21:34:52+00:00</updated>
<author>
<name>Yuri Takhteyev</name>
<email>yuri@freewisdom.org</email>
</author>
<published>2008-12-24T21:34:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=8f3f5a9071631b22e41d3894c236416fef4280b7'/>
<id>8f3f5a9071631b22e41d3894c236416fef4280b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Normalized stripTopLevelTags to be consistant regardless of any whitespace. For example, this would allow an extension to remove/replace 'Prettify' treeprocessor with something that added more or less whitespace without adverse effects.</title>
<updated>2008-12-11T02:41:56+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2008-12-11T02:39:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=d6711cf39b8043aa8c24ee80b0c126a555ebf3e0'/>
<id>d6711cf39b8043aa8c24ee80b0c126a555ebf3e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>One more tweak to extension loading.</title>
<updated>2008-12-09T01:18:42+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2008-12-09T01:18:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=c669bf05af8a8ff89b6c7dc9b1255ef396a41a8f'/>
<id>c669bf05af8a8ff89b6c7dc9b1255ef396a41a8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
