Skip to content

Commit

Permalink
Merge pull request #169 from felipefdl/master
Browse files Browse the repository at this point in the history
bugfix for IE compatibility, thanks to markedjs/marked#1585 (comment)
  • Loading branch information
Ionaru authored Mar 20, 2020
2 parents 0d178d4 + afa35b9 commit f69b3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/easymde.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require('codemirror/addon/search/searchcursor.js');
require('codemirror/mode/gfm/gfm.js');
require('codemirror/mode/xml/xml.js');
var CodeMirrorSpellChecker = require('codemirror-spell-checker');
var marked = require('marked');
var marked = require('marked/lib/marked');


// Some variables
Expand Down

0 comments on commit f69b3c3

Please sign in to comment.