Browse Source

commonjsified

remy 14 years ago
parent
commit
1d4245852b
1 changed files with 7 additions and 7 deletions
  1. 7 7
      compressed/showdown.js

+ 7 - 7
compressed/showdown.js

@@ -1,9 +1,9 @@
-/*
-   A A L        Source code at:
-   T C A   <http://www.attacklab.net/>
-   T K B
-*/
-
+/*
+   A A L        Source code at:
+   T C A   <http://www.attacklab.net/>
+   T K B
+*/
+
 var Showdown={};
 Showdown.converter=function(){
 var _1;
@@ -416,4 +416,4 @@ var _b6=m1.charCodeAt(0);
 return "~E"+_b6+"E";
 };
 };
-
+if(typeof exports!='undefined')exports.Showdown=Showdown;