<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git/markdown/util.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>Fix all pyflakes unused-import/unused-variable warnings</title>
<updated>2012-11-09T08:31:43+00:00</updated>
<author>
<name>Dmitry Shachnev</name>
<email>mitya57@gmail.com</email>
</author>
<published>2012-11-09T06:37:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=1b4172ca6c8b3ef4931aaae15704b8f59325f322'/>
<id>1b4172ca6c8b3ef4931aaae15704b8f59325f322</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>Remove `&lt;ins&gt;` and `&lt;del&gt;` from html block element list</title>
<updated>2012-04-11T17:45:09+00:00</updated>
<author>
<name>fin</name>
<email>fin+github@xbhd.org</email>
</author>
<published>2012-04-11T17:45:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=9852c2263ef7775d2a508a9c1721148cbf3ae258'/>
<id>9852c2263ef7775d2a508a9c1721148cbf3ae258</id>
<content type='text'>
They are span elements. `&lt;del&gt;` is explicitly mentioned as such in the [markdown syntax document](http://daringfireball.net/projects/markdown/syntax)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They are span elements. `&lt;del&gt;` is explicitly mentioned as such in the [markdown syntax document](http://daringfireball.net/projects/markdown/syntax)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #77. util.isBlockLevel() needs to check entire tag passed to it.</title>
<updated>2012-01-30T10:53:51+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2012-01-30T10:53:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=c56085ee71fd67567a3d08964f7d48a93abe7fbc'/>
<id>c56085ee71fd67567a3d08964f7d48a93abe7fbc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Partial fix of issue #14. hrefs (and titles) are now unescaped, but it uppears that we are loosing escaped backslashes (both in the href and in the link label in the example given in issue 14.</title>
<updated>2011-06-02T06:32:33+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2011-06-02T06:32:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=0426d274b534c7f600cd76ef4b77f4b0c62a4c93'/>
<id>0426d274b534c7f600cd76ef4b77f4b0c62a4c93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added new HTML5 block elements to known block level elements</title>
<updated>2011-05-22T08:39:51+00:00</updated>
<author>
<name>Horst Gutmann</name>
<email>zerok@zerokspot.com</email>
</author>
<published>2011-05-22T08:39:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=be0a34d705eecd6ed13c67558f17626597ba6603'/>
<id>be0a34d705eecd6ed13c67558f17626597ba6603</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed previous two commits. cElementTree cannot use ElementTree nodes in the tree, but it still uses ElementTree Comment assinged to a node's tag to test for Comment nodes. Also no longer considering Commet nodes to be block level.</title>
<updated>2010-10-31T22:55:30+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2010-10-31T22:55:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=8fb1252aec84bf0de77de4df442f260c5a4d2f98'/>
<id>8fb1252aec84bf0de77de4df442f260c5a4d2f98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved previous commit. isBlockLevel is now more foolproof and will no longer crash on other non-string ElemetTree tags (like processing instructions).</title>
<updated>2010-10-30T02:00:28+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2010-10-30T02:00:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=ca6a0e7d735746ca947f99f590b19ad1121b9800'/>
<id>ca6a0e7d735746ca947f99f590b19ad1121b9800</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 80. Added support for ElementTree Comments to be included by third party extensions when using cElementTree.</title>
<updated>2010-10-30T01:37:59+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2010-10-30T01:37:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=d4294e1250fac05645ffabb998245c5870a4af8c'/>
<id>d4294e1250fac05645ffabb998245c5870a4af8c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved a bunch of global variables to the instance of the Markdown class.</title>
<updated>2010-07-06T20:30:11+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2010-07-06T20:30:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=018aa73e82941288a1178ded751cf29d9bc13581'/>
<id>018aa73e82941288a1178ded751cf29d9bc13581</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
