Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CreminiAI/skillpack
/ escapeHtmlAttribute
Function
escapeHtmlAttribute
src/runtime/adapters/markdown.ts:22–24 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
20
}
21
22
function
escapeHtmlAttribute(text: string): string {
23
return
escapeHtml(text).replace(/
"/g, "
"");
24
}
25
26
function
protect(
27
text: string,
Callers
1
formatTelegramInline
Function · 0.85
Calls
1
escapeHtml
Function · 0.70
Tested by
no test coverage detected