Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dailydotdev/apps
/ normalizeText
Function
normalizeText
packages/shared/src/lib/markdownConversion.ts:7–7 ·
view source on GitHub ↗
(value: string)
Source
from the content-addressed store, hash-verified
5
value.replace(/"/g,
'"'
);
6
7
const
normalizeText = (value: string): string => value.replace(/\u00a0/g,
' '
);
8
9
const
applyInlineTextFormatting = (value: string): string => {
10
let
result = value;
Callers
2
serializeInline
Function · 0.70
htmlToMarkdownBasic
Function · 0.70
Calls
1
replace
Method · 0.80
Tested by
no test coverage detected