From 73325c8da3a4ab9181f3ea81416dececc6960ee0 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Mon, 13 Oct 2008 19:37:18 -0400 Subject: Cleaned up Codehilite docstring for 2.0. --- markdown_extensions/codehilite.py | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/markdown_extensions/codehilite.py b/markdown_extensions/codehilite.py index 42f2e9a..89de58b 100644 --- a/markdown_extensions/codehilite.py +++ b/markdown_extensions/codehilite.py @@ -2,22 +2,20 @@ """ CodeHilite Extension for Python-Markdown -======================================= +======================================== Adds code/syntax highlighting to standard Python-Markdown code blocks. -By [Waylan Limberg](http://achinghead.com/). +Copyright 2006-2008 [Waylan Limberg](http://achinghead.com/). -Project website: http://achinghead.com/markdown-wikilinks/ -Contact: waylan [at] gmail [dot] com +Project website: +Contact: markdown@freewisdom.org -License: [BSD](http://www.opensource.org/licenses/bsd-license.php) - -Version: 0.2 (April 30, 2008) +License: BSD (see ../docs/LICENSE for details) Dependencies: * [Python 2.3+](http://python.org/) -* [Markdown 1.7+](http://www.freewisdom.org/projects/python-markdown/) +* [Markdown 2.0+](http://www.freewisdom.org/projects/python-markdown/) * [Pygments](http://pygments.org/) """ -- cgit v1.2.3