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