MCPcopy Create free account
hub / github.com/angular/dev-infra / escapeMarkdown

Function escapeMarkdown

github-actions/unified-status-check/lib/validator.ts:43–45  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

41}
42
43function escapeMarkdown(text: string): string {
44 return text.replace(/([\\`*_{}[\]()#+\-.!])/g, '\\$1');
45}
46
47function escapeHtml(text: string): string {
48 return text

Callers 1

getSummaryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected