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

Function FT

static/editor.md/lib/codemirror/mode/gfm/test.js:8–8  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

6 function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)); }
7 var modeHighlightFormatting = CodeMirror.getMode({tabSize: 4}, {name: "gfm", highlightFormatting: true});
8 function FT(name) { test.mode(name, modeHighlightFormatting, Array.prototype.slice.call(arguments, 1)); }
9
10 FT("codeBackticks",
11 "[comment&formatting&formatting-code `][comment foo][comment&formatting&formatting-code `]");

Callers 1

test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected