summaryrefslogtreecommitdiff
path: root/markdown/extensions/codehilite.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Changed the default style used by pygments in the codehilite extension. ↵Waylan Limberg2010-03-251-1/+1
| | | | This was a recently added feature, but older versions of pygments don't know what the 'tango' style is, so we now use pygemnts 'default' by default. Not sure why the 'tango' style was used here in the first place. I'm guess it was the preferance of whoever contributed the patch.
* Refactored codehilite and fenced code, so now fenced code will also be ↵Lucas van Dijk2010-01-251-39/+51
| | | | highlited when codehilite extension is enabled
* Updated codehilite extension for new refactor.Waylan Limberg2008-11-201-1/+1
|
* Moved markdown_extensions/ to markdown/extensions. Markdown is now one ↵Waylan Limberg2008-11-201-0/+224
package instead of two.