MCPcopy
hub / github.com/pandao/editor.md / MT

Function MT

lib/codemirror/mode/markdown/test.js:6–6  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

4(function() {
5 var mode = CodeMirror.getMode({tabSize: 4}, "markdown");
6 function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)); }
7 var modeHighlightFormatting = CodeMirror.getMode({tabSize: 4}, {name: "markdown", highlightFormatting: true});
8 function FT(name) { test.mode(name, modeHighlightFormatting, Array.prototype.slice.call(arguments, 1)); }
9

Callers 1

test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected