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

Function startHtmlLine

static/editor.md/lib/codemirror/mode/slim/slim.js:192–198  ·  view source on GitHub ↗
(lastTokenize)

Source from the content-addressed store, hash-verified

190 }
191
192 function startHtmlLine(lastTokenize) {
193 return function(stream, state) {
194 var style = htmlLine(stream, state);
195 if (stream.eol()) state.tokenize = lastTokenize;
196 return style;
197 };
198 }
199
200 function startHtmlMode(stream, state, offset) {
201 state.stack = {

Callers 1

startLineFunction · 0.85

Calls 1

htmlLineFunction · 0.85

Tested by

no test coverage detected