<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git/docs/extensions, 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>command line (#517)</title>
<updated>2016-12-23T22:37:34+00:00</updated>
<author>
<name>Ben Petty</name>
<email>benjamin.s.petty@gmail.com</email>
</author>
<published>2016-12-23T22:37:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=88a97b9fc0a6dfa5c872d135c613496bb71e5cc4'/>
<id>88a97b9fc0a6dfa5c872d135c613496bb71e5cc4</id>
<content type='text'>
add . before `codehilite` to generate a proper css output (to reference the codehilite class)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add . before `codehilite` to generate a proper css output (to reference the codehilite class)</pre>
</div>
</content>
</entry>
<entry>
<title>Spelling error (#516)</title>
<updated>2016-12-23T19:47:13+00:00</updated>
<author>
<name>Ben Petty</name>
<email>benjamin.s.petty@gmail.com</email>
</author>
<published>2016-12-23T19:47:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=25215821f7f2963a8a48a2da0330651d67f52139'/>
<id>25215821f7f2963a8a48a2da0330651d67f52139</id>
<content type='text'>
should say `pygmentize` not `pygmetize` on line 50</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
should say `pygmentize` not `pygmetize` on line 50</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a few spelling errors.</title>
<updated>2016-09-23T23:33:27+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2016-09-23T23:33:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=435bb72fb440c2349bc7c59ff1726cbcde4f15f5'/>
<id>435bb72fb440c2349bc7c59ff1726cbcde4f15f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Additional improvements to Codehilite docs. Addesses concerns raised in #480.</title>
<updated>2016-06-06T15:47:22+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2016-06-06T15:47:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=f3f768770ea62ff567c229b342ca0dca79b9da3c'/>
<id>f3f768770ea62ff567c229b342ca0dca79b9da3c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added instructions for CodeHilite with Pygments</title>
<updated>2016-06-06T07:57:34+00:00</updated>
<author>
<name>Kristian Rother</name>
<email>krother@rubor.de</email>
</author>
<published>2016-06-06T07:57:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=ffaa91d202a95294c6d2a3069ff1f4c3da25f410'/>
<id>ffaa91d202a95294c6d2a3069ff1f4c3da25f410</id>
<content type='text'>
Improved the setup documentation when rendering Python code with Pygments and CodeHilite. Added a link to the Pygments CSS files and emphasized that not installing pygments does not cause an error message.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improved the setup documentation when rendering Python code with Pygments and CodeHilite. Added a link to the Pygments CSS files and emphasized that not installing pygments does not cause an error message.</pre>
</div>
</content>
</entry>
<entry>
<title>fix broken documentation code</title>
<updated>2015-03-13T22:07:43+00:00</updated>
<author>
<name>Jakob Kramer</name>
<email>jakob.kramer@gmx.de</email>
</author>
<published>2015-03-13T22:07:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=31da0c8814b647d7e28ddfda8673eb9eb6a7385a'/>
<id>31da0c8814b647d7e28ddfda8673eb9eb6a7385a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed `yaml` option from meta-data extension.</title>
<updated>2015-03-09T01:08:31+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2015-03-09T01:08:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=4f9d4fff86c638ab2edb569ad9eb14f82728808d'/>
<id>4f9d4fff86c638ab2edb569ad9eb14f82728808d</id>
<content type='text'>
The option was buggy. Rather than try to fix it, it is being removed.
This feeture should exist as a seperate extension. Fixes #390.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The option was buggy. Rather than try to fix it, it is being removed.
This feeture should exist as a seperate extension. Fixes #390.
</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>Added a 'use_pygments' config option to CodeHilite.</title>
<updated>2015-02-06T03:23:52+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2015-02-06T03:23:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=9f6b45f8944a2d91041e941da609e5ac09373e22'/>
<id>9f6b45f8944a2d91041e941da609e5ac09373e22</id>
<content type='text'>
Fixes #386. I'm doing this against my better judgement. The only reason is
that I'm using the HTML format suggested by the HTML5 Spec and will simply
not consider any alternate output. If a JavaScript library requires something
else, to bad. I don't care. That library should support the format
suggested by the spec or I'm not interested in it. If you want something else
then you can create your own extension which does whatever you want.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #386. I'm doing this against my better judgement. The only reason is
that I'm using the HTML format suggested by the HTML5 Spec and will simply
not consider any alternate output. If a JavaScript library requires something
else, to bad. I don't care. That library should support the format
suggested by the spec or I'm not interested in it. If you want something else
then you can create your own extension which does whatever you want.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up a few typos and formatting issues.</title>
<updated>2015-01-01T22:18:51+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2015-01-01T22:18:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=bebb9b6378b46b2bd709e6f9f9c57a382ee7ab45'/>
<id>bebb9b6378b46b2bd709e6f9f9c57a382ee7ab45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
