This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- markdown.php 2009-10-10 10:11:04.000000000 -0400 | |
+++ markdown-geshi.php 2010-06-16 16:54:51.000000000 -0400 | |
@@ -2,6 +2,11 @@ | |
# | |
# Markdown Extra - A text-to-HTML conversion tool for web writers | |
# | |
+# GeSHI addition by Eric Leclerc | |
+# uses GeSHI 1.0.8.8. add a shebang line as the first line of your | |
+# code block to trigger GeSHI parsing/highlighting, ie: | |
+# #!php |
NewerOlder