Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/github/awesome-copilot
/ formatMultilineText
Function
formatMultilineText
website/src/scripts/pages/tools-render.ts:46–48 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
44
}
45
46
function
formatMultilineText(text: string): string {
47
return
escapeHtml(text).replace(/\r?\n/g,
"<br>"
);
48
}
49
50
function
sanitizeToolUrl(url: string): string {
51
try {
Callers
1
renderToolsHtml
Function · 0.85
Calls
1
escapeHtml
Function · 0.90
Tested by
no test coverage detected