<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git/docs, branch 2.5.2-final</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>Updated nl2br example in docs.</title>
<updated>2014-10-28T23:50:20+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2014-10-28T23:50:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=0f008f7c7dbd9b98c82d1c50337b8b8ffe486dec'/>
<id>0f008f7c7dbd9b98c82d1c50337b8b8ffe486dec</id>
<content type='text'>
Fixes #359. Thanks for the report @gremmie.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #359. Thanks for the report @gremmie.</pre>
</div>
</content>
</entry>
<entry>
<title>Upped version to 2.5.1</title>
<updated>2014-09-26T22:35:55+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2014-09-26T22:35:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=f0c5b71acbc02af60a33d67c59558bb513b25e74'/>
<id>f0c5b71acbc02af60a33d67c59558bb513b25e74</id>
<content type='text'>
Also removed an inacurate statement in the 2.5 release notes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also removed an inacurate statement in the 2.5 release notes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 2.5 release date, and fix a typo.</title>
<updated>2014-09-15T09:49:23+00:00</updated>
<author>
<name>Dmitry Shachnev</name>
<email>mitya57@gmail.com</email>
</author>
<published>2014-09-15T09:48:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=5fa6d0be20ec6392b265968e24a528b10128ede8'/>
<id>5fa6d0be20ec6392b265968e24a528b10128ede8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark "Safe Mode" as pending deprecation.</title>
<updated>2014-09-01T21:30:59+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2014-09-01T21:30:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=7db56daedf8a6006222f55eeeab748e7789fba89'/>
<id>7db56daedf8a6006222f55eeeab748e7789fba89</id>
<content type='text'>
Both `safe_mode` and `html_replacement_test` keywords are
pending deprecation, as are positional args. Closes #337.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Both `safe_mode` and `html_replacement_test` keywords are
pending deprecation, as are positional args. Closes #337.
</pre>
</div>
</content>
</entry>
<entry>
<title>Some docs cleanup.</title>
<updated>2014-08-30T02:18:10+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2014-08-30T02:18:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=5f941454f9f7c8b62efec24917b2c7ba983d603c'/>
<id>5f941454f9f7c8b62efec24917b2c7ba983d603c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated extension API docs for recent changes.</title>
<updated>2014-08-30T01:08:11+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2014-08-30T01:08:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=3fda9d59fe0bd3a09c888ebadf92afffb2a74690'/>
<id>3fda9d59fe0bd3a09c888ebadf92afffb2a74690</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark special treatment of extension names as PendingDeprecation</title>
<updated>2014-08-30T00:00:39+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2014-08-30T00:00:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=9a5b11116e2ea8a240fa2d03cad9de334023da9d'/>
<id>9a5b11116e2ea8a240fa2d03cad9de334023da9d</id>
<content type='text'>
The builtin extensions will no longer get special treatment and have
the path ("markdown.extensions.") appended . The same applies for
"mdx_" extensions. All names extension must provide the full path.
Fixes #336.

Also deprecating support for passing in extension config settings
as part of the string name. The extension_configs keyword should
be used instead. Fixes #335.

Also raising PendingDeprecationWarnings for positional args or the
"config" keyword on the Extension Class. Pass each setting as a
seperate keyword instead.

Docs and tests are updated. Still need to update extension API docs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The builtin extensions will no longer get special treatment and have
the path ("markdown.extensions.") appended . The same applies for
"mdx_" extensions. All names extension must provide the full path.
Fixes #336.

Also deprecating support for passing in extension config settings
as part of the string name. The extension_configs keyword should
be used instead. Fixes #335.

Also raising PendingDeprecationWarnings for positional args or the
"config" keyword on the Extension Class. Pass each setting as a
seperate keyword instead.

Docs and tests are updated. Still need to update extension API docs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Code exampeles in extension docs now show best practices.</title>
<updated>2014-08-29T20:02:48+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2014-08-29T20:02:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=e11a15531b5bd2d3ca2636e624ac377471b294e0'/>
<id>e11a15531b5bd2d3ca2636e624ac377471b294e0</id>
<content type='text'>
This is in anticipation of #335. The reference and extension api docs still
need to be updated, but that will happen with change in the code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is in anticipation of #335. The reference and extension api docs still
need to be updated, but that will happen with change in the code.
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs now use dot notation for all extensions.</title>
<updated>2014-08-29T14:57:18+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2014-08-29T14:57:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=c27cbd154050c1181eac195a4b0bb19a6bbaf048'/>
<id>c27cbd154050c1181eac195a4b0bb19a6bbaf048</id>
<content type='text'>
Except were "short names" are explained in the docs, all references
to the buitlin extensions now use `markdown.extensions.*` in
anticipation of #336.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Except were "short names" are explained in the docs, all references
to the buitlin extensions now use `markdown.extensions.*` in
anticipation of #336.
</pre>
</div>
</content>
</entry>
<entry>
<title>Various tweaks to release notes.</title>
<updated>2014-08-27T19:36:44+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2014-08-27T19:36:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=07df8ccbe76cb37b5b872d0a9719ee4544aad79e'/>
<id>07df8ccbe76cb37b5b872d0a9719ee4544aad79e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
