<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git/markdown/extensions/codehilite.py, branch 2.2.1.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>Typo: Boolen -&gt; Boolean.</title>
<updated>2012-08-29T13:35:34+00:00</updated>
<author>
<name>Grahack</name>
<email>christophegragnic@gmail.com</email>
</author>
<published>2012-08-29T13:35:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=8a1defa45e9df912356614803775f600957cda94'/>
<id>8a1defa45e9df912356614803775f600957cda94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #106. Replaced all references to freewisdom.org (except for Yuri's homepage).</title>
<updated>2012-06-28T11:22:08+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2012-06-28T11:22:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=4dd11880a0dd9e23434230a4d1d3ec94d2ad99e4'/>
<id>4dd11880a0dd9e23434230a4d1d3ec94d2ad99e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed Issue #98. The language designator must start at the beginging of the first line of a code block for codehilite to recognize it.</title>
<updated>2012-05-18T14:36:36+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2012-05-18T14:36:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=3ce80f612126621cecf641856efe42d650c90bf3'/>
<id>3ce80f612126621cecf641856efe42d650c90bf3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #73. Codehilite now works in footnotes.</title>
<updated>2012-01-20T11:39:18+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2012-01-20T11:39:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=eaa3160095aa72424ccb57c1e59049f39091aa07'/>
<id>eaa3160095aa72424ccb57c1e59049f39091aa07</id>
<content type='text'>
The footnotes treeprocessor must be the first one run so that all others,
including codehilite's, can run on the contents of the footnote div which is
created and inserted by the footnotes treeprocessor.

Thanks to startling for the report.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The footnotes treeprocessor must be the first one run so that all others,
including codehilite's, can run on the contents of the footnote div which is
created and inserted by the footnotes treeprocessor.

Thanks to startling for the report.
</pre>
</div>
</content>
</entry>
<entry>
<title>allow language guessing to be disabled by passing a setting to CodeHilite - closes #24</title>
<updated>2011-06-19T19:02:08+00:00</updated>
<author>
<name>Rob McBroom</name>
<email>github@skurfer.com</email>
</author>
<published>2011-06-19T19:02:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=1dfe89c5c4a34ca23dd7a5b3207bb406f76c1833'/>
<id>1dfe89c5c4a34ca23dd7a5b3207bb406f76c1833</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed typo in previous commit. Extension.getConfigs is a method, not a property.</title>
<updated>2011-05-04T15:56:40+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2011-05-04T15:56:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=1aedcafa01acede9a1822f5dcfd0b380d13dfaa5'/>
<id>1aedcafa01acede9a1822f5dcfd0b380d13dfaa5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extension.getConfigs returns a dict and is used by the extensions that use configs. No more self.config['name'][0] weirdness anymore.</title>
<updated>2011-05-04T15:43:52+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2011-05-04T15:43:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=97be232c58c1ee1395bdce09fb9f55bfad4bb42d'/>
<id>97be232c58c1ee1395bdce09fb9f55bfad4bb42d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Factored out the importing of pygments in CodeHilite Extension so it doesn;t happen every time a block is highlighted. Not sure why I didn't do it this way to begin with.</title>
<updated>2011-04-07T07:13:52+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2011-04-07T07:13:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=89425349e0f8162d7ec59d995a26a7d798533e90'/>
<id>89425349e0f8162d7ec59d995a26a7d798533e90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleaned up CodeHilite extension. When pygments is not available provide simpler markup which should allow for the use of JavaScript Highlighting libraries. In other words, no pygments like &lt;div&gt; and no &lt;ol&gt; for line numbering. Just a &lt;pre&gt;&lt;code&gt; block with classes assinged to them. If people want fancier stuff, they can use JavaScript or create their own extension.</title>
<updated>2011-04-07T06:52:09+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2011-04-07T06:52:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=a76480afbea34043b75363f190253ad1fd51c047'/>
<id>a76480afbea34043b75363f190253ad1fd51c047</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed tab_length on codehilite extension to match new implementation of default configs.</title>
<updated>2010-07-07T15:57:12+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2010-07-07T15:57:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=93fac97c0974c00e3c5ff8d277ad216e343792e0'/>
<id>93fac97c0974c00e3c5ff8d277ad216e343792e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
