2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-02 23:54:28 -06:00

bugfix for IE compatibility, thanks to markedjs/marked#1585 (comment)

This commit is contained in:
Felipe Lima 2020-03-16 11:15:59 -03:00
parent 3096bbe291
commit afa35b9e65

View File

@ -11,7 +11,7 @@ require('codemirror/addon/search/searchcursor.js');
require('codemirror/mode/gfm/gfm.js'); require('codemirror/mode/gfm/gfm.js');
require('codemirror/mode/xml/xml.js'); require('codemirror/mode/xml/xml.js');
var CodeMirrorSpellChecker = require('codemirror-spell-checker'); var CodeMirrorSpellChecker = require('codemirror-spell-checker');
var marked = require('marked'); var marked = require('marked/lib/marked');
// Some variables // Some variables