mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
commonjsified
This commit is contained in:
parent
33e6d67096
commit
cf876fe2de
|
@ -3,8 +3,8 @@
|
|||
//
|
||||
// Copyright (c) 2007 John Fraser.
|
||||
//
|
||||
// Original Markdown Copyright (c) 2004-2005 John Gruber
|
||||
// <http://daringfireball.net/projects/markdown/>
|
||||
// Original Markdown Copyright (c) 2004-2005 John Gruber
|
||||
// <http://daringfireball.net/projects/markdown/>
|
||||
//
|
||||
// Redistributable under a BSD-style open source license.
|
||||
// See license.txt for more information.
|
||||
|
@ -1293,4 +1293,7 @@ var escapeCharacters_callback = function(wholeMatch,m1) {
|
|||
return "~E"+charCodeToEscape+"E";
|
||||
}
|
||||
|
||||
} // end of Showdown.converter
|
||||
} // end of Showdown.converter
|
||||
|
||||
// export
|
||||
if (typeof exports != 'undefined') exports.Showdown = Showdown;
|
Loading…
Reference in New Issue
Block a user