<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git/tests/extensions/extra, branch inline</title>
<subtitle>github.com: waylan/Python-Markdown.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/'/>
<entry>
<title>Revert to ext short names now that we use entry_points.</title>
<updated>2015-04-22T23:53:49+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2015-04-08T01:32:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/commit/?id=fa2f34ca655d53cbef88d610127a1fcb537fd434'/>
<id>fa2f34ca655d53cbef88d610127a1fcb537fd434</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updated tables test</title>
<updated>2015-04-06T11:10:09+00:00</updated>
<author>
<name>pieterprovoost</name>
<email>pieterprovoost@gmail.com</email>
</author>
<published>2015-04-06T11:10:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/commit/?id=8cd0446d3ddfeee6843549869ce0c20ec6d3e67a'/>
<id>8cd0446d3ddfeee6843549869ce0c20ec6d3e67a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added support for zero row tables</title>
<updated>2015-04-05T01:04:15+00:00</updated>
<author>
<name>pieterprovoost</name>
<email>pieterprovoost@gmail.com</email>
</author>
<published>2015-04-04T23:18:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/commit/?id=47737e4a515e63e21bbfd2d2b35404fe44432890'/>
<id>47737e4a515e63e21bbfd2d2b35404fe44432890</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #368: Fix Markdown in raw HTML stops working</title>
<updated>2014-11-20T01:21:40+00:00</updated>
<author>
<name>facelessuser</name>
<email>faceless.shop@gmail.com</email>
</author>
<published>2014-11-20T01:21:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/commit/?id=5d913699758a5815bc114a9e8c08db61eb206a5d'/>
<id>5d913699758a5815bc114a9e8c08db61eb206a5d</id>
<content type='text'>
Originally there was an infinite loop issue that was patched in issue
#308.  Unfortunately, it was fixed all the way.  This fix patches the
infinite loop fix to only add an offset to the `right_listindex` when
it is in a infinite loop scenario.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Originally there was an infinite loop issue that was patched in issue
#308.  Unfortunately, it was fixed all the way.  This fix patches the
infinite loop fix to only add an offset to the `right_listindex` when
it is in a infinite loop scenario.
</pre>
</div>
</content>
</entry>
<entry>
<title>More updates to test configs.</title>
<updated>2014-08-29T18:11:57+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2014-08-29T18:11:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/commit/?id=9d388a8ee26934c7b4685374ed7afbf5219d1995'/>
<id>9d388a8ee26934c7b4685374ed7afbf5219d1995</id>
<content type='text'>
The last few extensions were updated to accept dicts/**kwargs as configs and more
tests were updated. Also updated extra to actually accept configs.

Note that extra requires an extra level of dicts. First you need
to indicate tha the settings are for extra, then, which extension
extra wraps. I'm not crazy abount this, bit not sur ehow else to do it
without making all the configs a global attribute on the Markdown class
to that any extention can access any other extensions config settings.
I don't think we wnat to do that.

Also updated extra to use dot notation for the sub-extensions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The last few extensions were updated to accept dicts/**kwargs as configs and more
tests were updated. Also updated extra to actually accept configs.

Note that extra requires an extra level of dicts. First you need
to indicate tha the settings are for extra, then, which extension
extra wraps. I'm not crazy abount this, bit not sur ehow else to do it
without making all the configs a global attribute on the Markdown class
to that any extention can access any other extensions config settings.
I don't think we wnat to do that.

Also updated extra to use dot notation for the sub-extensions.
</pre>
</div>
</content>
</entry>
<entry>
<title>All extension tests now use python dot notation.</title>
<updated>2014-08-29T14:25:29+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2014-08-29T14:25:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/commit/?id=b1643eb058f44a05523b118632c7b8181b2ffbe7'/>
<id>b1643eb058f44a05523b118632c7b8181b2ffbe7</id>
<content type='text'>
All named extensions now use python dot notation in the tests - including
all builtin extensions (eg: 'extra' =&gt; 'markdown.extensions.extra'). This
is in anticipation of #336.

Note there are a few tests (in the error tests) that will still need
updating, but not till we make the change as they will test for the
new error message.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All named extensions now use python dot notation in the tests - including
all builtin extensions (eg: 'extra' =&gt; 'markdown.extensions.extra'). This
is in anticipation of #336.

Note there are a few tests (in the error tests) that will still need
updating, but not till we make the change as they will test for the
new error message.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored test framework to use YAML config files rather than INI. Fixes #333.</title>
<updated>2014-08-20T18:32:09+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2014-08-20T18:32:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/commit/?id=1918cd26a16bf6051b3fcc791e1f260bad846c72'/>
<id>1918cd26a16bf6051b3fcc791e1f260bad846c72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issue308 and fix (unrelated) failure to break out of nest loop.</title>
<updated>2014-05-21T20:01:59+00:00</updated>
<author>
<name>ryneeverett</name>
<email>ryneeverett@gmail.com</email>
</author>
<published>2014-05-21T20:01:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/commit/?id=a47899fd0f8f6086a3682abbbbbd75b60928d8c7'/>
<id>a47899fd0f8f6086a3682abbbbbd75b60928d8c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some tests failures</title>
<updated>2014-02-12T09:01:39+00:00</updated>
<author>
<name>Dmitry Shachnev</name>
<email>mitya57@gmail.com</email>
</author>
<published>2014-02-12T09:01:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/commit/?id=c6e3798f74ae98a96781e80f134742bcb60d3946'/>
<id>c6e3798f74ae98a96781e80f134742bcb60d3946</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tables_and_attr_list test</title>
<updated>2014-01-11T18:55:18+00:00</updated>
<author>
<name>ryneeverett</name>
<email>ryneeverett@gmail.com</email>
</author>
<published>2014-01-11T18:55:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/commit/?id=3e63253c8b95f01b803a8c945a8666d4df4cb27a'/>
<id>3e63253c8b95f01b803a8c945a8666d4df4cb27a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
