<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git, branch issue253</title>
<subtitle>github.com: waylan/Python-Markdown.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-markdown.git/'/>
<entry>
<title>Partial fix for #253.</title>
<updated>2013-09-27T00:32:10+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-09-27T00:32:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-markdown.git/commit/?id=884d25b7aad62478ae53eb9a3759bc2617959843'/>
<id>884d25b7aad62478ae53eb9a3759bc2617959843</id>
<content type='text'>
This actually fixes the immediate problem. The method on the inlinePattern
returns the correct subtree. However, for some reason, the parent element
of that subtree is later stripped of all content (perhaps by the
inlineplaceholder stuff). So, for example, given this input:

    ***foo** bar*

The inlinepattern returns:

    &lt;em&gt;&lt;strong&gt;foo&lt;/strong&gt; bar&lt;/em&gt;

However, later it is reduced to:

    &lt;em&gt;&lt;/em&gt;

Interestingly, this still works:

    ***foo***

Correctly becomes:

    &lt;strong&gt;&lt;em&gt;foo&lt;/em&gt;&lt;/strong&gt;

I'm guessing that the tail on the `em` tag in the first instance is tripping
things up some how.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This actually fixes the immediate problem. The method on the inlinePattern
returns the correct subtree. However, for some reason, the parent element
of that subtree is later stripped of all content (perhaps by the
inlineplaceholder stuff). So, for example, given this input:

    ***foo** bar*

The inlinepattern returns:

    &lt;em&gt;&lt;strong&gt;foo&lt;/strong&gt; bar&lt;/em&gt;

However, later it is reduced to:

    &lt;em&gt;&lt;/em&gt;

Interestingly, this still works:

    ***foo***

Correctly becomes:

    &lt;strong&gt;&lt;em&gt;foo&lt;/em&gt;&lt;/strong&gt;

I'm guessing that the tail on the `em` tag in the first instance is tripping
things up some how.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #256 from eichin/patch-1</title>
<updated>2013-09-26T22:05:31+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-09-26T22:05:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-markdown.git/commit/?id=62e5485c0f4292717f48b4c16cdd6894c891716f'/>
<id>62e5485c0f4292717f48b4c16cdd6894c891716f</id>
<content type='text'>
Update __init__.py</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update __init__.py</pre>
</div>
</content>
</entry>
<entry>
<title>Update __init__.py</title>
<updated>2013-09-26T07:25:00+00:00</updated>
<author>
<name>Mark Eichin</name>
<email>eichin-github@thok.org</email>
</author>
<published>2013-09-26T07:25:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-markdown.git/commit/?id=e8df97f9f8d23817cc8d4727fcc0a6bfdcdf9f30'/>
<id>e8df97f9f8d23817cc8d4727fcc0a6bfdcdf9f30</id>
<content type='text'>
spelling.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
spelling.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #247 from vhf/patch-1</title>
<updated>2013-09-19T01:08:35+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-09-19T01:08:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-markdown.git/commit/?id=e92d7cf65e394b378cd3f9a370fb8e0761e7f62c'/>
<id>e92d7cf65e394b378cd3f9a370fb8e0761e7f62c</id>
<content type='text'>
Typo fix</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Typo fix</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #251 from me-and/wikilinks-s</title>
<updated>2013-09-19T01:07:23+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-09-19T01:07:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-markdown.git/commit/?id=8358757f0ba297f6d4632d0fef9dd30c2754a26f'/>
<id>8358757f0ba297f6d4632d0fef9dd30c2754a26f</id>
<content type='text'>
Add missing "s" to wikilinks documentation. Fixes #250.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add missing "s" to wikilinks documentation. Fixes #250.</pre>
</div>
</content>
</entry>
<entry>
<title>Clean trailing whitespace</title>
<updated>2013-09-18T23:03:38+00:00</updated>
<author>
<name>Adam Dinwoodie</name>
<email>adam@dinwoodie.org</email>
</author>
<published>2013-09-18T23:03:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-markdown.git/commit/?id=6aeb163995cca8457e9f5ec4d4010239566bd87a'/>
<id>6aeb163995cca8457e9f5ec4d4010239566bd87a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct documentation: `wikilink` -&gt; `wikilinks`</title>
<updated>2013-09-18T23:01:02+00:00</updated>
<author>
<name>Adam Dinwoodie</name>
<email>adam@dinwoodie.org</email>
</author>
<published>2013-09-18T23:01:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-markdown.git/commit/?id=d5071c13b580bc97651284fecb70dc7f78d18c80'/>
<id>d5071c13b580bc97651284fecb70dc7f78d18c80</id>
<content type='text'>
This fixes #250.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes #250.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #249 from lvella/master</title>
<updated>2013-09-11T22:03:46+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-09-11T22:03:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-markdown.git/commit/?id=4684e4b86a2f13ea2317125892efac5192c88721'/>
<id>4684e4b86a2f13ea2317125892efac5192c88721</id>
<content type='text'>
Fix: "AttributeError: 'dict_items' object has no attribute 'sort'"</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix: "AttributeError: 'dict_items' object has no attribute 'sort'"</pre>
</div>
</content>
</entry>
<entry>
<title>Fix: "AttributeError: 'dict_items' object has no attribute 'sort'"</title>
<updated>2013-09-11T17:21:57+00:00</updated>
<author>
<name>Lucas Clemente Vella</name>
<email>lvella@gmail.com</email>
</author>
<published>2013-09-11T17:21:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-markdown.git/commit/?id=df4e833b6e7d4aefb929eb962b063a5d6be13369'/>
<id>df4e833b6e7d4aefb929eb962b063a5d6be13369</id>
<content type='text'>
Happens on pip install with Python 3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Happens on pip install with Python 3.
</pre>
</div>
</content>
</entry>
<entry>
<title>Typo fix</title>
<updated>2013-09-09T10:33:05+00:00</updated>
<author>
<name>vhf / victor felder</name>
<email>victorfelder@gmail.com</email>
</author>
<published>2013-09-09T10:33:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-markdown.git/commit/?id=fd6679a54b45ca8a00ef915c3942aa7132b3c772'/>
<id>fd6679a54b45ca8a00ef915c3942aa7132b3c772</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
