commonjsified

This commit is contained in:
remy 2010-10-30 16:21:15 +01:00
parent 33e6d67096
commit cf876fe2de

View File

@ -1294,3 +1294,6 @@ var escapeCharacters_callback = function(wholeMatch,m1) {
} }
} // end of Showdown.converter } // end of Showdown.converter
// export
if (typeof exports != 'undefined') exports.Showdown = Showdown;