MCPcopy 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
22function escapeHtmlAttribute(text: string): string {
23 return escapeHtml(text).replace(/"/g, """);
24}
25
26function protect(
27 text: string,

Callers 1

formatTelegramInlineFunction · 0.85

Calls 1

escapeHtmlFunction · 0.70

Tested by

no test coverage detected