<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git/markdown/preprocessors.py, branch tox</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>Fixed #78. Added support for two line link refs.</title>
<updated>2012-02-02T11:19:41+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2012-02-02T11:19:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=9834966294597181545d2f987f223b6ca1aeb070'/>
<id>9834966294597181545d2f987f223b6ca1aeb070</id>
<content type='text'>
Also refactored the reference preprocessor to make this a little easier to
implement. Regex does more now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also refactored the reference preprocessor to make this a little easier to
implement. Regex does more now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #76. HTML attrs are a dict not a tuple. Silly typo.</title>
<updated>2012-01-30T11:05:38+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2012-01-30T11:05:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=3b6c63fbd35509e1499e9502a78c82bfa2b17957'/>
<id>3b6c63fbd35509e1499e9502a78c82bfa2b17957</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #75. Right tags in raw html are more properly identified.</title>
<updated>2012-01-30T10:21:09+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2012-01-30T10:21:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=07f2057734b745793e7ad6f86d36d286fd718e70'/>
<id>07f2057734b745793e7ad6f86d36d286fd718e70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>When safe mode is 'escape', don't allow bad html to stop further processing.</title>
<updated>2012-01-14T18:10:44+00:00</updated>
<author>
<name>Mike Dirolf</name>
<email>mike@dirolf.com</email>
</author>
<published>2012-01-14T18:10:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=a2377e1129331430998de821ed3abf38247edca1'/>
<id>a2377e1129331430998de821ed3abf38247edca1</id>
<content type='text'>
See tests/html4_safe/html_then_blockquote.(txt|html).

It looks like having unclosed block-level html elements was causing
further processing not to happen, even in the case where we're
escaping HTML. Since we're escaping HTML, it seems like it shouldn't
affect processing at all. This changes output results in a couple
of other tests, but the new output seems reasonable to me.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See tests/html4_safe/html_then_blockquote.(txt|html).

It looks like having unclosed block-level html elements was causing
further processing not to happen, even in the case where we're
escaping HTML. Since we're escaping HTML, it seems like it shouldn't
affect processing at all. This changes output results in a couple
of other tests, but the new output seems reasonable to me.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #68. Blank line is not required after html comments.</title>
<updated>2012-01-14T16:45:37+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=5d177e635c4c0c5ce2db636ba395d0d9b715892d'/>
<id>5d177e635c4c0c5ce2db636ba395d0d9b715892d</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>
<entry>
<title>Fixed #57. Multiline HTML Blocks no longer require a blank line after them.</title>
<updated>2012-01-14T16:45:37+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2011-12-29T21:19:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=44caa3aaa1022532f3ecdada6cff7fe5fd0a2c44'/>
<id>44caa3aaa1022532f3ecdada6cff7fe5fd0a2c44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #70. Empty anglebrackets '&lt;&gt;' are now properly recognized as raw html.</title>
<updated>2012-01-14T16:45:37+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2011-12-29T20:07:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=5f959a21dac3a0245630a201f11fe95fb43c725f'/>
<id>5f959a21dac3a0245630a201f11fe95fb43c725f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed the bug exposed in 8761cd1780a7cec60123. We no longer should get empty rawhtml blocks. All tests pass again.</title>
<updated>2011-07-21T14:45:26+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2011-07-21T14:45:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=87f03a3c00c4b8cb86db4cfa9a7833b503952cb0'/>
<id>87f03a3c00c4b8cb86db4cfa9a7833b503952cb0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored fix- created method from local function for search.  Fixes ticket 62.</title>
<updated>2010-08-31T20:40:02+00:00</updated>
<author>
<name>Gerry LaMontagne</name>
<email>gjlama94@gmail.com</email>
</author>
<published>2010-08-31T01:56:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=0887ea58b0c2221c1328ad087b3bf5ee292fc402'/>
<id>0887ea58b0c2221c1328ad087b3bf5ee292fc402</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Further improvements to closing tag search in HtmlBlockProcessors</title>
<updated>2010-08-30T16:46:26+00:00</updated>
<author>
<name>Gerry LaMontagne</name>
<email>gjlama94@gmail.com</email>
</author>
<published>2010-08-30T16:36:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=6ef287f5bafa167c01c74b84778b6ed531988bef'/>
<id>6ef287f5bafa167c01c74b84778b6ed531988bef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
