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

Function doctypeLine

static/editor.md/lib/codemirror/mode/slim/slim.js:335–338  ·  view source on GitHub ↗
(stream, _state)

Source from the content-addressed store, hash-verified

333 }
334
335 function doctypeLine(stream, _state) {
336 stream.skipToEnd();
337 return "slimDoctype";
338 }
339
340 function startLine(stream, state) {
341 var ch = stream.peek();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected