Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
function
escapeMarkdown(text: string): string {
44
return
text.replace(/([\\`*_{}[\]()#+\-.!])/g,
'\\$1'
);
45
}
46
47
function
escapeHtml(text: string): string {
48
return
text
Callers
1
getSummary
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected