Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/markmap/markmap
/ htmlClose
Function
htmlClose
packages/markmap-common/src/html.ts:35–37 ·
view source on GitHub ↗
(tagName: string)
Source
from the content-addressed store, hash-verified
33
}
34
35
export
function
htmlClose(tagName: string): string {
36
return
`</${tagName}>`;
37
}
38
39
export
function
wrapHtml(
40
tagName: string,
Callers
1
wrapHtml
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected