<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git/docs/extensions/fenced_code_blocks.txt, branch strongem</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>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>Cleaned up some minor issues with recent changes to docs.</title>
<updated>2014-02-16T19:41:13+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2014-02-16T19:41:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=1144e2a94cf3f78dedda0b88649ce789fb8d1edf'/>
<id>1144e2a94cf3f78dedda0b88649ce789fb8d1edf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: capitalization fixes, plural fixes, small wording improvements</title>
<updated>2014-02-15T19:35:55+00:00</updated>
<author>
<name>Jakub Klinkovský</name>
<email>j.l.k@gmx.com</email>
</author>
<published>2014-02-15T19:35:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=aff7cabd5fa16daff866c06e056804d3f6f42500'/>
<id>aff7cabd5fa16daff866c06e056804d3f6f42500</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: improved documentation of the extra/ extensions</title>
<updated>2014-02-15T17:44:53+00:00</updated>
<author>
<name>Jakub Klinkovský</name>
<email>j.l.k@gmx.com</email>
</author>
<published>2014-02-15T17:44:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=045ef787b7019343f22dfede01fedf38181ad662'/>
<id>045ef787b7019343f22dfede01fedf38181ad662</id>
<content type='text'>
Simplified, unified style, added some undocumented options.

NOTE: Footnotes/UNIQUE_IDS stays mostly undocumented
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simplified, unified style, added some undocumented options.

NOTE: Footnotes/UNIQUE_IDS stays mostly undocumented
</pre>
</div>
</content>
</entry>
<entry>
<title>Document hl_lines feature for fenced_code and codehilite extensions.</title>
<updated>2014-01-07T17:57:05+00:00</updated>
<author>
<name>A. Jesse Jiryu Davis</name>
<email>jesse@10gen.com</email>
</author>
<published>2014-01-07T17:57:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=f6b4f7c74dc4215847008cb8a59c03e63b9268e0'/>
<id>f6b4f7c74dc4215847008cb8a59c03e63b9268e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #110. Documented the 'fenced_code' extension's support for the 'codehilite' extension.</title>
<updated>2012-06-28T10:37:03+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2012-06-28T10:37:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=3aad1dd72fa5d56c735688d91c4589531044ba02'/>
<id>3aad1dd72fa5d56c735688d91c4589531044ba02</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>
