<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git/docs, branch baserock/morph</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>Improved codehilite docs. Document `css_class` setting.</title>
<updated>2013-06-17T01:11:01+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-06-17T01:11:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/commit/?id=c908b0463b17919c935944e49e282fec16ca5bf0'/>
<id>c908b0463b17919c935944e49e282fec16ca5bf0</id>
<content type='text'>
Also cleaned up poor wording on other setting for codehilite.

Thanks for the inital suggestion @davidcorne. Fixes #223.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also cleaned up poor wording on other setting for codehilite.

Thanks for the inital suggestion @davidcorne. Fixes #223.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated extension API docs to list output_format and serializer on the md instance.</title>
<updated>2013-05-10T02:53:01+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-05-10T02:53:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/commit/?id=49cc78a98050ee07909b57cfd4c8135276c7cecc'/>
<id>49cc78a98050ee07909b57cfd4c8135276c7cecc</id>
<content type='text'>
I still need to document everything on that list and probably a few things missing from the list.

I also updated the warning about monkey patching to be a "Warning" admonition - now that we have that extension.

Probably should depreciate access to md_globals in the extension API -- as we don't actually use any anymore. That dates back to pre-OO code.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I still need to document everything on that list and probably a few things missing from the list.

I also updated the warning about monkey patching to be a "Warning" admonition - now that we have that extension.

Probably should depreciate access to md_globals in the extension API -- as we don't actually use any anymore. That dates back to pre-OO code.</pre>
</div>
</content>
</entry>
<entry>
<title>Added a note about tox in test suite docs.</title>
<updated>2013-03-19T15:26:51+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-03-19T15:26:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/commit/?id=475a71aa3808ed50bec11921dddba16705d3fce7'/>
<id>475a71aa3808ed50bec11921dddba16705d3fce7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Date release 2.3 in change_log</title>
<updated>2013-03-15T04:22:37+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-03-15T04:22:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/commit/?id=2a12aecf4b120ca5ec6a9fb1f4efffc70ae0df1f'/>
<id>2a12aecf4b120ca5ec6a9fb1f4efffc70ae0df1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated testing framework to use PyTidyLib rather than uTidyLib for Python 3 support.</title>
<updated>2013-03-13T16:25:03+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-03-13T16:25:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/commit/?id=924ea9c2aba361e157fb60d9fcb3bdc7fbd7fd64'/>
<id>924ea9c2aba361e157fb60d9fcb3bdc7fbd7fd64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed html_tidy docs.</title>
<updated>2013-03-13T14:50:24+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-03-13T14:50:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/commit/?id=37bfb734dce6402c0a0d69fa1cfecad6825928ff'/>
<id>37bfb734dce6402c0a0d69fa1cfecad6825928ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed the html_tidy extension. See 2.3 release notes for explaination.</title>
<updated>2013-03-13T14:46:50+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-03-13T14:46:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/commit/?id=92aa955c6ae145b47cf06172ef26defd20e8e2e0'/>
<id>92aa955c6ae145b47cf06172ef26defd20e8e2e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweaked the docs some more.</title>
<updated>2013-02-27T17:52:02+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-02-27T17:52:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/commit/?id=26ebafb3b86b224c2acad29bf4d4314a3242189a'/>
<id>26ebafb3b86b224c2acad29bf4d4314a3242189a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor formatting edit to release notes for v2.3.</title>
<updated>2013-02-27T15:39:10+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-02-27T15:39:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/commit/?id=52613ceeed7b022a799be7b52775c8705133eca7'/>
<id>52613ceeed7b022a799be7b52775c8705133eca7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated release notes for v2.3. to reflect recent changes.</title>
<updated>2013-02-27T10:29:04+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-02-27T10:29:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/commit/?id=8dce6643d04f449d0180b1233cf4b653420563e0'/>
<id>8dce6643d04f449d0180b1233cf4b653420563e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
