<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git/tests/misc, branch baserock/morph</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>HtmlBlockProcessor preserves empty lines</title>
<updated>2013-02-07T16:43:46+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-02-07T16:43:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=25e187598f06f04feeacbf967b7651e93286d3f4'/>
<id>25e187598f06f04feeacbf967b7651e93286d3f4</id>
<content type='text'>
Partial fix for #183. This has the same effect on empty lines in code blocks
as not using the html processor at all (which was eating some of the missing
newlines as reported in issue #183).

By doing `rsplit('\n\n')` the third newline (in each set of three) always ends
up at the end of a block, rather than the begining - which it less of an issue
for the html processor.

Also updated tests to indicate final intended output, although they do not fully
pass yet.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Partial fix for #183. This has the same effect on empty lines in code blocks
as not using the html processor at all (which was eating some of the missing
newlines as reported in issue #183).

By doing `rsplit('\n\n')` the third newline (in each set of three) always ends
up at the end of a block, rather than the begining - which it less of an issue
for the html processor.

Also updated tests to indicate final intended output, although they do not fully
pass yet.
</pre>
</div>
</content>
</entry>
<entry>
<title>Preserve whitespace in empty lines</title>
<updated>2013-02-07T15:34:50+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-02-07T15:34:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=0a65037e120e0e14659991379648a1a4345b6981'/>
<id>0a65037e120e0e14659991379648a1a4345b6981</id>
<content type='text'>
Partial fix for #183. By preserving tabs at the start of empty lines in
code blocks, the parser will retain those empty lines. Still does not work
consistantly if the tab is missing!? Not sure why.

Also added tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Partial fix for #183. By preserving tabs at the start of empty lines in
code blocks, the parser will retain those empty lines. Still does not work
consistantly if the tab is missing!? Not sure why.

Also added tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable attributes inside image references</title>
<updated>2013-01-27T16:38:50+00:00</updated>
<author>
<name>Adam Backstrom</name>
<email>adam@sixohthree.com</email>
</author>
<published>2013-01-27T16:38:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=5086e58e3c20bb091c4e8141048f395f96360db4'/>
<id>5086e58e3c20bb091c4e8141048f395f96360db4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #153. Two spaces at end of paragraph is not a linebreak.</title>
<updated>2012-10-21T20:09:09+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2012-10-21T20:09:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=5aad55f920ded6a30a61a8a9b90a52da48c79040'/>
<id>5aad55f920ded6a30a61a8a9b90a52da48c79040</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #152. Spaces in links are now escaped.</title>
<updated>2012-10-21T19:02:19+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2012-10-21T19:02:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=0dc9ae0d62829a4b9856a3979c967facafc2d128'/>
<id>0dc9ae0d62829a4b9856a3979c967facafc2d128</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #151. Raw html matching is now case-insensitive.</title>
<updated>2012-10-21T18:22:37+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2012-10-21T18:22:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=9c0959dd9b319819c13ffffbfa7185c8b9eba612'/>
<id>9c0959dd9b319819c13ffffbfa7185c8b9eba612</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #106. Replaced all references to freewisdom.org (except for Yuri's homepage).</title>
<updated>2012-06-28T11:22:08+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2012-06-28T11:22:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=4dd11880a0dd9e23434230a4d1d3ec94d2ad99e4'/>
<id>4dd11880a0dd9e23434230a4d1d3ec94d2ad99e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for 5236a9838c580a17c3299efb97d9f41ce2a1efab</title>
<updated>2012-04-17T06:12:10+00:00</updated>
<author>
<name>Catalin Iacob</name>
<email>iacobcatalin@gmail.com</email>
</author>
<published>2012-04-17T06:12:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=30b7ad6c10b1512eb2622baef3ff48ef82220081'/>
<id>30b7ad6c10b1512eb2622baef3ff48ef82220081</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests for 9852c2263ef7775d2a508a9c1721148cbf3ae258</title>
<updated>2012-04-11T18:11:23+00:00</updated>
<author>
<name>fin</name>
<email>fin+github@xbhd.org</email>
</author>
<published>2012-04-11T18:11:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=de31d88c1f5e3bb87f77673435b831e7c699e503'/>
<id>de31d88c1f5e3bb87f77673435b831e7c699e503</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #68. Blank line is not required after html comments.</title>
<updated>2011-12-29T22:31:32+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2011-12-29T22:31:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=1e5d0cb773e993fac2d56c4abe93b66cf208eead'/>
<id>1e5d0cb773e993fac2d56c4abe93b66cf208eead</id>
<content type='text'>
Interestingly, the change to the misc/mismatched-tags test is inline with
PHP Markdown Extra's behavior  but not markdown.pl, which produces invalid html.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Interestingly, the change to the misc/mismatched-tags test is inline with
PHP Markdown Extra's behavior  but not markdown.pl, which produces invalid html.
</pre>
</div>
</content>
</entry>
</feed>
