MCPcopy Create free account
hub / github.com/nwutils/nw-sample-apps / blankLine

Function blankLine

mini-code-edit/cm/mode/markdown/markdown.js:35–41  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

33 // Blocks
34
35 function blankLine(state) {
36 // Reset EM state
37 state.em = false;
38 // Reset STRONG state
39 state.strong = false;
40 return null;
41 }
42
43 function blockNormal(stream, state) {
44 var match;

Callers 1

markdown.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected