Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ indent
Function
indent
static/editor.md/lib/codemirror/mode/vbscript/vbscript.js:108–110 ·
view source on GitHub ↗
(_stream, state)
Source
from the content-addressed store, hash-verified
106
107
108
function
indent(_stream, state) {
109
state.currentIndent++;
110
}
111
112
function
dedent(_stream, state) {
113
state.currentIndent--;
Callers
1
tokenBase
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected