<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git/tests, branch issue253</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>Ensure each term on def list maintains its own loose status.</title>
<updated>2013-09-02T14:22:49+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-09-02T14:22:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=78506014eceb3400d2fee3b39653753fae80939a'/>
<id>78506014eceb3400d2fee3b39653753fae80939a</id>
<content type='text'>
Previously, the code was ignoring whether this was a new term when determining
whether the currect item should be loose or not. Fixes #243. Thanks for the
report @Anomareh.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, the code was ignoring whether this was a new term when determining
whether the currect item should be loose or not. Fixes #243. Thanks for the
report @Anomareh.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow extensions to register serializers</title>
<updated>2013-08-08T02:17:30+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-08-08T02:17:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=d12d2c95b42c5fc0910b13859001755d71ad3438'/>
<id>d12d2c95b42c5fc0910b13859001755d71ad3438</id>
<content type='text'>
Setting output_format must happen after extensions are loaded. Only in that
way can an extension register a serializer so that it will then be available
to be used with the output_format keyword. A test has been added to avoid
this regression from happening again in the future.

Fixes #238, partially reverses commit 41cc055 and provides a better fix for
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Setting output_format must happen after extensions are loaded. Only in that
way can an extension register a serializer so that it will then be available
to be used with the output_format keyword. A test has been added to avoid
this regression from happening again in the future.

Fixes #238, partially reverses commit 41cc055 and provides a better fix for
</pre>
</div>
</content>
</entry>
<entry>
<title>Serializers now preserve case of tags.</title>
<updated>2013-08-08T01:39:08+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-08-08T01:39:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=a64592d5f288d0b83b11aa7d4eade728d5d5fb91'/>
<id>a64592d5f288d0b83b11aa7d4eade728d5d5fb91</id>
<content type='text'>
It is up to the markdown code (and extension authors to make sure tags are
of the correct case (there may be cases were an extension might need to
mix cases - which should be preserved). Fixes #237. Thanks for the report
@eichin.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is up to the markdown code (and extension authors to make sure tags are
of the correct case (there may be cases were an extension might need to
mix cases - which should be preserved). Fixes #237. Thanks for the report
@eichin.
</pre>
</div>
</content>
</entry>
<entry>
<title>HeaderID Ext now handles raw html in ids. Fixes #232</title>
<updated>2013-07-28T19:09:25+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-07-28T19:09:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=a4ceb0b2a5f2c2ae8aa3981182cf829fdd28e840'/>
<id>a4ceb0b2a5f2c2ae8aa3981182cf829fdd28e840</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some fixes requested by @waylan, cleanup and tests improvements</title>
<updated>2013-07-27T12:21:00+00:00</updated>
<author>
<name>Dmitry Shachnev</name>
<email>mitya57@gmail.com</email>
</author>
<published>2013-07-27T12:21:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=85ad18071d61925168387934e4e6f9f82462c292'/>
<id>85ad18071d61925168387934e4e6f9f82462c292</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add smarty extension, based on SmartyPants library</title>
<updated>2013-07-26T05:13:20+00:00</updated>
<author>
<name>Dmitry Shachnev</name>
<email>mitya57@gmail.com</email>
</author>
<published>2013-07-26T05:13:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=61066d49189b156a54778b7ef70dfd0a3ed86e93'/>
<id>61066d49189b156a54778b7ef70dfd0a3ed86e93</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 attr_lists on definition list terms.</title>
<updated>2013-07-20T01:39:14+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-07-20T01:39:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=a9ca97325e9039de90eae29fb3d8879bc9f367f6'/>
<id>a9ca97325e9039de90eae29fb3d8879bc9f367f6</id>
<content type='text'>
Like headers (h1-6) dt's can only be on one line, so we need to use
the header regex on dt's. This was implemented after considering a recent
[discussion](http://six.pairlist.net/pipermail/markdown-discuss/2013-July/002859.html)
on the markdown mailing list. Prior to that discussion, I never considered
that it was impossable to set block level attrs on dt's. Now it is.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Like headers (h1-6) dt's can only be on one line, so we need to use
the header regex on dt's. This was implemented after considering a recent
[discussion](http://six.pairlist.net/pipermail/markdown-discuss/2013-July/002859.html)
on the markdown mailing list. Prior to that discussion, I never considered
that it was impossable to set block level attrs on dt's. Now it is.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow inline attr_lists at end of header.</title>
<updated>2013-07-20T01:18:18+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-07-20T01:18:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=fbfa42dfafaa7b129c864cc359f9e6697887dab3'/>
<id>fbfa42dfafaa7b129c864cc359f9e6697887dab3</id>
<content type='text'>
A header can be only one line - so unlike other block level elements, a
attr_list must be at th eend of the line. To disingush it from an inline
attr_list on the last child in a header, we must require at least one
space before th eblock-level attrt_list.

Always intended it to work that way. Not sure how I missed that before.
At least we're testing for it now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A header can be only one line - so unlike other block level elements, a
attr_list must be at th eend of the line. To disingush it from an inline
attr_list on the last child in a header, we must require at least one
space before th eblock-level attrt_list.

Always intended it to work that way. Not sure how I missed that before.
At least we're testing for it now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Attr_List Extension now also supports nested ol's.</title>
<updated>2013-07-19T22:58:50+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-07-19T22:58:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=effa7a8aaace52b466fdd19ffd97e5e33e2a9a3a'/>
<id>effa7a8aaace52b466fdd19ffd97e5e33e2a9a3a</id>
<content type='text'>
Not sure how I missed that when committing ea4af0d. Also as a side-effect,
this fixes #230 - which brought my previous oversight to my attention.
Thanks for the report @divisoryang.

Also added some tests - including tests of list items without attr_lists.
Sometimes I forget to test markup that does not use an extension when an
extension is enabled. That's what resulted in #230 being reported.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not sure how I missed that when committing ea4af0d. Also as a side-effect,
this fixes #230 - which brought my previous oversight to my attention.
Thanks for the report @divisoryang.

Also added some tests - including tests of list items without attr_lists.
Sometimes I forget to test markup that does not use an extension when an
extension is enabled. That's what resulted in #230 being reported.
</pre>
</div>
</content>
</entry>
<entry>
<title>MetaData no longer fails with no newline. Fixes #228.</title>
<updated>2013-07-03T13:39:15+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-07-03T13:39:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=5529647cd03468a7d2ae085c86b397d2b2379ab8'/>
<id>5529647cd03468a7d2ae085c86b397d2b2379ab8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
