aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/extensions/codehilite.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed Issue #98. The language designator must start at the beginging of the f...Waylan Limberg2012-05-181-1/+1
* Fixed #73. Codehilite now works in footnotes.Waylan Limberg2012-01-201-1/+1
* allow language guessing to be disabled by passing a setting to CodeHilite - c...Rob McBroom2011-06-191-4/+16
* Fixed typo in previous commit. Extension.getConfigs is a method, not a property.Waylan Limberg2011-05-041-1/+1
* Extension.getConfigs returns a dict and is used by the extensions that use co...Waylan Limberg2011-05-041-5/+5
* Factored out the importing of pygments in CodeHilite Extension so it doesn;t ...Waylan Limberg2011-04-071-27/+24
* Cleaned up CodeHilite extension. When pygments is not available provide simpl...Waylan Limberg2011-04-071-25/+12
* Fixed tab_length on codehilite extension to match new implementation of defau...Waylan Limberg2010-07-071-11/+5
* Changed the default style used by pygments in the codehilite extension. This...Waylan Limberg2010-03-251-1/+1
* Refactored codehilite and fenced code, so now fenced code will also be highli...Lucas van Dijk2010-01-251-39/+51
* Updated codehilite extension for new refactor.Waylan Limberg2008-11-201-1/+1
* Moved markdown_extensions/ to markdown/extensions. Markdown is now one packag...Waylan Limberg2008-11-201-0/+224