Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PromtEngineer/localGPT
/ currentCleanup
Function
currentCleanup
test_markdown_streaming.js:45–47 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
43
];
44
45
function
currentCleanup(text) {
46
return
text.replace(/\n{3,}/g,
'\n\n'
);
47
}
48
49
function
improvedCleanup(text) {
50
text = text.replace(/\n{3,}/g,
'\n\n'
);
Callers
1
test_markdown_streaming.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected