Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ transformSpecialNewlines
Function
transformSpecialNewlines
static/vuejs/vue.common.js:8841–8845 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
8839
8840
// #3895, #4268
8841
function
transformSpecialNewlines (text) {
8842
return
text
8843
.replace(/\u2028/g,
'\\u2028'
)
8844
.replace(/\u2029/g,
'\\u2029'
)
8845
}
8846
8847
/* */
8848
Callers
2
genText
Function · 0.70
genProps
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected