MCPcopy Create free account
hub / github.com/TruthHun/BookStack / MT

Function MT

static/editor.md/lib/codemirror/addon/mode/multiplex_test.js:22–28  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

20 var mode = CodeMirror.getMode({}, "markdown_with_stex");
21
22 function MT(name) {
23 test.mode(
24 name,
25 mode,
26 Array.prototype.slice.call(arguments, 1),
27 'multiplexing');
28 }
29
30 MT(
31 "stexInsideMarkdown",

Callers 1

multiplex_test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected