mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-15 14:04:28 -06:00
Expose the CodeMirror library object, so static methods like defineExtension be called on it
This commit is contained in:
parent
11f805f0b5
commit
f65d1a4b71
@ -2863,4 +2863,6 @@ EasyMDE.prototype.toTextArea = function () {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
EasyMDE.CodeMirror = CodeMirror;
|
||||||
|
|
||||||
module.exports = EasyMDE;
|
module.exports = EasyMDE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user