<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git/markdown, 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>Fixed many failing tests in inline refactor. Still a ways to go.</title>
<updated>2015-06-22T01:21:49+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2015-06-22T01:21:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/commit/?id=3c69b0fb1d86f68a337bf3bd9b4a86b30a5fe6bf'/>
<id>3c69b0fb1d86f68a337bf3bd9b4a86b30a5fe6bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Inital attempt at an inline refactor.</title>
<updated>2015-06-20T00:52:38+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2015-06-19T18:56:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/commit/?id=de76d24283aa62a81e2c4529c4d90fb388ddd26d'/>
<id>de76d24283aa62a81e2c4529c4d90fb388ddd26d</id>
<content type='text'>
This is very much incomplete and not fully tested. Likely still a
long way to go. At least it works with a some simple stuff. However,
tails are currenlty processed twice and various now-uneeded pieces
have not yet been removed.

Added a new treeprocessor which runs inlinepatterns without the need to use
placeholders or alter patterns. Note that any pattern that made use of
groups will need to be updated (reduce each group by 1) as a result.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is very much incomplete and not fully tested. Likely still a
long way to go. At least it works with a some simple stuff. However,
tails are currenlty processed twice and various now-uneeded pieces
have not yet been removed.

Added a new treeprocessor which runs inlinepatterns without the need to use
placeholders or alter patterns. Note that any pattern that made use of
groups will need to be updated (reduce each group by 1) as a result.
</pre>
</div>
</content>
</entry>
<entry>
<title>flake8 cleanup.</title>
<updated>2015-04-23T00:52:34+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2015-04-23T00:52:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/commit/?id=f782421cd1daf0f031e25c17dd1bf7543d9fb79a'/>
<id>f782421cd1daf0f031e25c17dd1bf7543d9fb79a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>smart_emphasis keyword &gt; legacy_em extension.</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:01:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/commit/?id=8dcfb14f705a92d134c3900cb344e3dd5df99d7b'/>
<id>8dcfb14f705a92d134c3900cb344e3dd5df99d7b</id>
<content type='text'>
The smart_strong extension has been removed and its behavior is now the
default (smart em and smart strong are the default). The legacy_em
extension restores legacy behavior.

This completes the removal of keywords.  All parser behavior is now modified
by extensions, not by keywords on the Markdown class.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The smart_strong extension has been removed and its behavior is now the
default (smart em and smart strong are the default). The legacy_em
extension restores legacy behavior.

This completes the removal of keywords.  All parser behavior is now modified
by extensions, not by keywords on the Markdown class.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed laxy_ol keyword. Use sane_lists extension instead.</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-07T23:50:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/commit/?id=11408e50da9263104cc13fabf8bb86d7faa69689'/>
<id>11408e50da9263104cc13fabf8bb86d7faa69689</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved enable_attributes keyword to extension: legacy_attrs.</title>
<updated>2015-04-22T23:53:48+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2015-03-30T03:00:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/commit/?id=0005d7a1c03faa89ccd8a4293741843afcdbbd9b'/>
<id>0005d7a1c03faa89ccd8a4293741843afcdbbd9b</id>
<content type='text'>
If you have existing documents that use the legacy attributes format,
then you should enable the legacy_attrs extension for those documents.
Everyone is encouraged to use the attr_list extension going forward.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If you have existing documents that use the legacy attributes format,
then you should enable the legacy_attrs extension for those documents.
Everyone is encouraged to use the attr_list extension going forward.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed some Python2.6- specific code.</title>
<updated>2015-04-22T23:53:48+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2015-03-30T00:57:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/commit/?id=ce5435a1e8d2186a1f4f61f7c35472e4b5d2db93'/>
<id>ce5435a1e8d2186a1f4f61f7c35472e4b5d2db93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify output_formats to html and xhtml.</title>
<updated>2015-04-22T23:53:48+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2015-03-29T01:48:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/commit/?id=18452b5912dc9826bb43ea7f36987c5837052607'/>
<id>18452b5912dc9826bb43ea7f36987c5837052607</id>
<content type='text'>
We started with the numbers before HTML5 was a thing and we thought there
might be an XHTML2. Today, we know that all we have are HTML style tags and
XHTML style tags. Nothing else really matters in the real world.

Note that if '(x)html1' '(x)html4' or '(x)html5' are passed in, the number is
stripped/ignored. Users shouldn't need to change their code for this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We started with the numbers before HTML5 was a thing and we thought there
might be an XHTML2. Today, we know that all we have are HTML style tags and
XHTML style tags. Nothing else really matters in the real world.

Note that if '(x)html1' '(x)html4' or '(x)html5' are passed in, the number is
stripped/ignored. Users shouldn't need to change their code for this.
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleaned up some old Python 2.4 code.</title>
<updated>2015-04-22T23:53:48+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2015-03-29T00:55:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/commit/?id=6edbd5aae4123baf8554386883ddf1cd9f698a57'/>
<id>6edbd5aae4123baf8554386883ddf1cd9f698a57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
