Skip to content

Commit afa35b9

Browse files
committed
bugfix for IE compatibility, thanks to markedjs/marked#1585 (comment)
1 parent 3096bbe commit afa35b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/easymde.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require('codemirror/addon/search/searchcursor.js');
1111
require('codemirror/mode/gfm/gfm.js');
1212
require('codemirror/mode/xml/xml.js');
1313
var CodeMirrorSpellChecker = require('codemirror-spell-checker');
14-
var marked = require('marked');
14+
var marked = require('marked/lib/marked');
1515

1616

1717
// Some variables

0 commit comments

Comments
 (0)