<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git/tests/misc/some-test.html, branch 2.3.1.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>Made lazy ordered lists a settable option. The previous behavior (on) is the default.</title>
<updated>2011-04-29T05:35:29+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2011-04-29T05:35:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=ef7b35ab7ddc8ba174e27f063208dbe38ed02e27'/>
<id>ef7b35ab7ddc8ba174e27f063208dbe38ed02e27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed startindex reset in multiple ul</title>
<updated>2011-04-05T09:29:30+00:00</updated>
<author>
<name>Rohan Jain</name>
<email>crodjer@gmail.com</email>
</author>
<published>2011-04-05T09:29:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=c385e5fc0a9fe7517b4afdb5b3f9c174ae0766de'/>
<id>c385e5fc0a9fe7517b4afdb5b3f9c174ae0766de</id>
<content type='text'>
Now the startindex would be reset if continual unordered
lists are present (tests are passed).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now the startindex would be reset if continual unordered
lists are present (tests are passed).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed ticket 58.  The first item of a looselist gets placed in p tags when</title>
<updated>2010-03-22T13:15:38+00:00</updated>
<author>
<name>Gerry LaMontagne</name>
<email>gjlama94@gmail.com</email>
</author>
<published>2010-03-22T13:15:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=ced8f58b78b02a58e20f6863085ef9c7d82182e0'/>
<id>ced8f58b78b02a58e20f6863085ef9c7d82182e0</id>
<content type='text'>
it has a sublist.  Previously, the test suite erroneously passed this condition
because there was an error in the expected '.html' output file.  The expected
output has been corrected as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it has a sublist.  Previously, the test suite erroneously passed this condition
because there was an error in the expected '.html' output file.  The expected
output has been corrected as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed whitespace only line clearing and updated another test to match pl and php output of lists. Only one test failing from core parser refactor now.</title>
<updated>2008-11-14T04:27:44+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2008-11-13T06:17:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=2bf55d59937e91262677ef617e108d9178865454'/>
<id>2bf55d59937e91262677ef617e108d9178865454</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced indentation with linebreaks only. At least its more consistant - and it better matches other markdown implementations. Also updated tests.</title>
<updated>2008-09-03T17:46:52+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2008-09-03T17:30:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=a1c636a05557b1faa207828c9e7102391bdde5c9'/>
<id>a1c636a05557b1faa207828c9e7102391bdde5c9</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 11. Disabled ``indenteTree`` for `pre` and `code` tags. Now</title>
<updated>2008-08-23T03:38:39+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2008-08-23T03:38:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=fa014ac7743836db611713ca630a4919e8d5fa3d'/>
<id>fa014ac7743836db611713ca630a4919e8d5fa3d</id>
<content type='text'>
whitespace is preserved in codeblocks.

As a side-benefit, this also solved the issue with the safe-mode tests failing.

All tests incorectly altered at ElementTree conversion have been corrected for
this bug. Any remaining tests that fail are unrelated to this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
whitespace is preserved in codeblocks.

As a side-benefit, this also solved the issue with the safe-mode tests failing.

All tests incorectly altered at ElementTree conversion have been corrected for
this bug. Any remaining tests that fail are unrelated to this.
</pre>
</div>
</content>
</entry>
<entry>
<title>A lot of bug fixes. Handlig attributes added, new hr processing. Reformatted test suite for ElementTree output.</title>
<updated>2008-07-14T11:17:33+00:00</updated>
<author>
<name>Artem Yunusov</name>
<email>nedrlab@gmail.com</email>
</author>
<published>2008-07-14T11:17:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=a316ac49a6934221b24ec58a6a7dc4c3b30ae1e8'/>
<id>a316ac49a6934221b24ec58a6a7dc4c3b30ae1e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace LineBreaks preprocessor with an inlinePattern and update tests. Blank lines ("  \n") and headers no longer get linebreaks and the two spaces are no longer preserved.</title>
<updated>2007-10-11T01:02:30+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2007-10-11T01:02:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=503c9d416ef1ec7f6d820290c28d6ca1906cb8a0'/>
<id>503c9d416ef1ec7f6d820290c28d6ca1906cb8a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added test cases</title>
<updated>2007-03-25T03:58:40+00:00</updated>
<author>
<name>Yuri Takhteyev</name>
<email>yuri@freewisdom.org</email>
</author>
<published>2007-03-25T03:58:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=0a1c1b5aeb62afa21bd676cfba6cf88821f1176f'/>
<id>0a1c1b5aeb62afa21bd676cfba6cf88821f1176f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
