Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/markmap/markmap
/ resolveCSS
Method
resolveCSS
packages/markmap-lib/src/transform.ts:91–93 ·
view source on GitHub ↗
(item: CSSItem)
Source
from the content-addressed store, hash-verified
89
}
90
91
resolveCSS(item: CSSItem) {
92
return
patchCSSItem(this.urlBuilder, item);
93
}
94
95
/**
96
* Get all assets from enabled plugins or filter them by plugin names as keys.
Callers
3
getAssets
Method · 0.95
createMarkmap
Function · 0.95
_buildHtml
Method · 0.80
Calls
1
patchCSSItem
Function · 0.90
Tested by
no test coverage detected