Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/2fd/graphdoc
/ highlight
Method
highlight
lib/utility/html.ts:37–39 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
35
}
36
37
highlight(text: string): string {
38
return
`<strong>${text}</strong>`;
39
}
40
41
sup(text: string): string {
42
return
` <sup>${text}</sup>`;
Callers
1
argumentDescription
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected