exports the converter instead of Markdown

per https://github.com/coreyti/showdown/pull/7 but done manually as that change included DOS-style carriage returns on every line.
This commit is contained in:
Corey Innis 2012-05-27 15:17:20 -07:00
parent de33985af2
commit 319ccbcdc0

View File

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