<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git/docs/reference.txt, branch waylan-patch-1</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>Fox formatting of extension_configs example.</title>
<updated>2016-11-17T19:14:57+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2016-11-17T19:14:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=dc7cb37a9d6d705d98b1730a2fcd7ce42e86b55d'/>
<id>dc7cb37a9d6d705d98b1730a2fcd7ce42e86b55d</id>
<content type='text'>
Fixes #511. Thanks to @omiday for the report.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #511. Thanks to @omiday for the report.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix lazy ordered list example in documentation</title>
<updated>2016-03-30T18:09:26+00:00</updated>
<author>
<name>sblondon</name>
<email>sblondon@users.noreply.github.com</email>
</author>
<published>2016-03-30T18:09:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=403cc58b542354a130d1f2c94a559fd0ea2f16fa'/>
<id>403cc58b542354a130d1f2c94a559fd0ea2f16fa</id>
<content type='text'>
The documentation is not accurate when lazy_ol=False parameter is called.

The example shows the 'start' attribute to the first &lt;li&gt; tag. However, the attribute is in the &lt;ol&gt; tag:
&gt;&gt;&gt; import markdown
&gt;&gt;&gt; s = """
... 4. Apples
... 5. Oranges
... 6. Pears"""
&gt;&gt;&gt; markdown.markdown(s, lazy_ol=False)
u'&lt;ol start="4"&gt;\n&lt;li&gt;Apples&lt;/li&gt;\n&lt;li&gt;Oranges&lt;/li&gt;\n&lt;li&gt;Pears&lt;/li&gt;\n&lt;/ol&gt;'


The behaviour of the library is the correct one (https://developer.mozilla.org/fr/docs/Web/HTML/Element/ol), so the documentation need to be fixed, not the library.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The documentation is not accurate when lazy_ol=False parameter is called.

The example shows the 'start' attribute to the first &lt;li&gt; tag. However, the attribute is in the &lt;ol&gt; tag:
&gt;&gt;&gt; import markdown
&gt;&gt;&gt; s = """
... 4. Apples
... 5. Oranges
... 6. Pears"""
&gt;&gt;&gt; markdown.markdown(s, lazy_ol=False)
u'&lt;ol start="4"&gt;\n&lt;li&gt;Apples&lt;/li&gt;\n&lt;li&gt;Oranges&lt;/li&gt;\n&lt;li&gt;Pears&lt;/li&gt;\n&lt;/ol&gt;'


The behaviour of the library is the correct one (https://developer.mozilla.org/fr/docs/Web/HTML/Element/ol), so the documentation need to be fixed, not the library.</pre>
</div>
</content>
</entry>
<entry>
<title>Thorough spell check of the docs.</title>
<updated>2015-02-07T19:22:47+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2015-02-07T19:22:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=93dad08ca9967d75e5bb2b2e6e6301a98b900bfd'/>
<id>93dad08ca9967d75e5bb2b2e6e6301a98b900bfd</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>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>Update lib reference docs to reflect that extension_configs accepts dicts. Related to #325</title>
<updated>2014-08-20T19:02:28+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2014-08-20T19:02:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=691d2918e7e9b23dfd9e98e78caa2b0ad611d690'/>
<id>691d2918e7e9b23dfd9e98e78caa2b0ad611d690</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update reference docs for recent Extension.__init__ refactor.</title>
<updated>2014-08-02T01:12:31+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2014-08-02T01:12:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=bf4a2c69349320666b39d049bf7cef782334b9b4'/>
<id>bf4a2c69349320666b39d049bf7cef782334b9b4</id>
<content type='text'>
Noted that using keywords it the prefered method of passing config options to extensions. Also updated the example sto demonstrate the new prefered way as discussed in #325.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Noted that using keywords it the prefered method of passing config options to extensions. Also updated the example sto demonstrate the new prefered way as discussed in #325.</pre>
</div>
</content>
</entry>
<entry>
<title>Emphasized proper use of reset method in docs.</title>
<updated>2014-04-19T18:36:44+00:00</updated>
<author>
<name>John Sullivan</name>
<email>johnsullivan@khanacademy.org</email>
</author>
<published>2014-04-19T18:36:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=9a2211a0447f8b3e019e47ca23b4648f9c321258'/>
<id>9a2211a0447f8b3e019e47ca23b4648f9c321258</id>
<content type='text'>
This is related to waylan/Python-Markdown#305.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is related to waylan/Python-Markdown#305.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in reference.txt</title>
<updated>2014-03-03T20:14:39+00:00</updated>
<author>
<name>Martin Maillard</name>
<email>self@martin-maillard.com</email>
</author>
<published>2014-03-03T20:14:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=26b809b9e08255a8f2b19b7057efbb62b0fc1dfa'/>
<id>26b809b9e08255a8f2b19b7057efbb62b0fc1dfa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
