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

Add notice to gfm.js

This commit is contained in:
Wes Cossick 2015-07-14 16:12:28 -05:00
parent 2a2aa7c36d
commit 619d5dad4c

View File

@ -1,5 +1,7 @@
// CodeMirror, copyright (c) by Marijn Haverbeke and others // NOTE: This has been modified from the original version to remove linking GitHub-only references, like references to issues using #X.
// Distributed under an MIT license: http://codemirror.net/LICENSE
(function(mod) { (function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"), require("../markdown/markdown"), require("../../addon/mode/overlay")); mod(require("../../lib/codemirror"), require("../markdown/markdown"), require("../../addon/mode/overlay"));