Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ slim
Function
slim
static/editor.md/lib/codemirror/mode/slim/slim.js:368–373 ·
view source on GitHub ↗
(stream, state)
Source
from the content-addressed store, hash-verified
366
}
367
368
function
slim(stream, state) {
369
if
(state.startOfLine) {
370
return
startLine(stream, state);
371
}
372
return
slimTag(stream, state);
373
}
374
375
function
slimTag(stream, state) {
376
if
(stream.eat(
'*'
)) {
Callers
nothing calls this directly
Calls
2
startLine
Function · 0.85
slimTag
Function · 0.85
Tested by
no test coverage detected