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