<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git/tests/misc/blockquote-hr.html, branch html</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 hr recursion issue (#535)</title>
<updated>2017-01-23T16:10:20+00:00</updated>
<author>
<name>Isaac Muse</name>
<email>faceless.shop@gmail.com</email>
</author>
<published>2017-01-23T16:10:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=594b25d53798c30735da5a9be19c06cc94052a16'/>
<id>594b25d53798c30735da5a9be19c06cc94052a16</id>
<content type='text'>
HRProcessor tried to access a member variable after recursively calling
itself.  In certain situations HRProcessor will try to access its
member variable containing its match, but it will not be the same match
that call in the stack expected.  This is easily fixed by storing the
match locally *before* doing any recursive work.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
HRProcessor tried to access a member variable after recursively calling
itself.  In certain situations HRProcessor will try to access its
member variable containing its match, but it will not be the same match
that call in the stack expected.  This is easily fixed by storing the
match locally *before* doing any recursive work.</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>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>Horizontal rules in block quotes with tests. Fixes [1709864].</title>
<updated>2007-10-11T02:21:42+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2007-10-11T02:21:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=a9b2d38626a95ccad8e4bbdc9d2cc7325ab7b928'/>
<id>a9b2d38626a95ccad8e4bbdc9d2cc7325ab7b928</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
