mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
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:
parent
de33985af2
commit
319ccbcdc0
|
@ -1335,4 +1335,4 @@ var escapeCharacters_callback = function(wholeMatch,m1) {
|
||||||
} // end of Showdown.converter
|
} // end of Showdown.converter
|
||||||
|
|
||||||
// export
|
// export
|
||||||
if (typeof exports != 'undefined') exports.Showdown = Showdown;
|
if (typeof exports != 'undefined') exports = Showdown;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user