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

Function startNewLine

static/editor.md/lib/codemirror/mode/textile/textile.js:49–56  ·  view source on GitHub ↗
(stream, state)

Source from the content-addressed store, hash-verified

47 };
48
49 function startNewLine(stream, state) {
50 state.mode = Modes.newLayout;
51 state.tableHeading = false;
52
53 if (state.layoutType === "definitionList" && state.spanningLayout &&
54 stream.match(RE("definitionListEnd"), false))
55 state.spanningLayout = false;
56 }
57
58 function handlePhraseModifier(stream, state, ch) {
59 if (ch === "_") {

Callers 1

textile.jsFile · 0.85

Calls 1

REFunction · 0.85

Tested by

no test coverage detected