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

Function handleText

static/editor.md/lib/codemirror/mode/markdown/markdown.js:308–313  ·  view source on GitHub ↗
(stream, state)

Source from the content-addressed store, hash-verified

306 }
307
308 function handleText(stream, state) {
309 if (stream.match(textRE, true)) {
310 return getType(state);
311 }
312 return undefined;
313 }
314
315 function inlineNormal(stream, state) {
316 var style = state.text(stream, state);

Callers

nothing calls this directly

Calls 1

getTypeFunction · 0.70

Tested by

no test coverage detected