aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--markdown_extensions/codehilite.py14
1 files 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: <http://www.freewisdom.org/project/python-markdown/CodeHilite>
+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/)
"""