<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git/docs/reference.txt, 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>Various changes to docs for updated changes, clarity, and to fix typos.</title>
<updated>2013-02-19T21:33:36+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-02-19T21:33:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=8aa2fc7b5138fd97ded7dd1e70103532a9fd6583'/>
<id>8aa2fc7b5138fd97ded7dd1e70103532a9fd6583</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated docs to reflect extension loading best practices.</title>
<updated>2013-02-08T15:23:58+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-02-08T15:23:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=28deb9b08f1cdc688a9463f569f6f23305890816'/>
<id>28deb9b08f1cdc688a9463f569f6f23305890816</id>
<content type='text'>
Fixes #184. Also delted some commented out code I missed in previous commit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #184. Also delted some commented out code I missed in previous commit.
</pre>
</div>
</content>
</entry>
<entry>
<title>Misc typos.</title>
<updated>2012-08-28T08:45:53+00:00</updated>
<author>
<name>chri</name>
<email>chri@ashboing.baco.myftp.org</email>
</author>
<published>2012-08-28T08:45:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=58b77ab4ae1239da08d43cb8bc316f6733512fea'/>
<id>58b77ab4ae1239da08d43cb8bc316f6733512fea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated docs to reflect fix in #82.</title>
<updated>2012-05-03T19:12:42+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2012-05-03T19:12:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=6cf7e40cf40b52006d45c4f0cd57f88ae35f8f20'/>
<id>6cf7e40cf40b52006d45c4f0cd57f88ae35f8f20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Typo fix in doc: s/extension-configs/extension_configs/</title>
<updated>2012-03-19T00:20:52+00:00</updated>
<author>
<name>Simon Sapin</name>
<email>simon.sapin@exyr.org</email>
</author>
<published>2012-03-19T00:20:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=5687fc045c3929b34b5d912bc5adcf2a786b1a45'/>
<id>5687fc045c3929b34b5d912bc5adcf2a786b1a45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added siteindex to docs.</title>
<updated>2012-03-08T04:35:55+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2012-03-08T04:35:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=91f022a2e6f677162df477108cae5698a866f746'/>
<id>91f022a2e6f677162df477108cae5698a866f746</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename docs/*.md =&gt; docs/*.txt</title>
<updated>2012-03-07T14:35:40+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2012-03-07T14:35:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=ec46692cf5c4d5e22950bc8e7d14cb0ec327fb87'/>
<id>ec46692cf5c4d5e22950bc8e7d14cb0ec327fb87</id>
<content type='text'>
The documentation uses features of Python-Markdown that are not supported on
GitHub and it's better to get a source view of the docs anyway. For example,
that way comments and bug reports can reference a specific line of a file.

Of course, it makes sense for Github to render the README, so that is left
with the `.md` file extension.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The documentation uses features of Python-Markdown that are not supported on
GitHub and it's better to get a source view of the docs anyway. For example,
that way comments and bug reports can reference a specific line of a file.

Of course, it makes sense for Github to render the README, so that is left
with the `.md` file extension.
</pre>
</div>
</content>
</entry>
</feed>
