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

Function html

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

Source from the content-addressed store, hash-verified

182 return html(stream, state);
183 }
184 function html(stream, state) {
185 if (stream.match(/^#\{/)) {
186 state.tokenize = rubyInQuote("}", state.tokenize);
187 return null;
188 }
189 return maybeBackup(stream, state, /[^\\]#\{/, 1, htmlMode.token(stream, state.htmlState));
190 }
191
192 function startHtmlLine(lastTokenize) {
193 return function(stream, state) {

Callers 1

htmlLineFunction · 0.70

Calls 2

rubyInQuoteFunction · 0.70
maybeBackupFunction · 0.70

Tested by

no test coverage detected