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

Function htmlLine

static/editor.md/lib/codemirror/mode/slim/slim.js:178–183  ·  view source on GitHub ↗
(stream, state)

Source from the content-addressed store, hash-verified

176 }
177
178 function htmlLine(stream, state) {
179 if (stream.match(/^\\$/)) {
180 return "lineContinuation";
181 }
182 return html(stream, state);
183 }
184 function html(stream, state) {
185 if (stream.match(/^#\{/)) {
186 state.tokenize = rubyInQuote("}", state.tokenize);

Callers 1

startHtmlLineFunction · 0.85

Calls 1

htmlFunction · 0.70

Tested by

no test coverage detected