MCPcopy 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
8839function transformSpecialNewlines (text) {
8840 return text
8841 .replace(/\u2028/g, '\\u2028')
8842 .replace(/\u2029/g, '\\u2029')
8843}
8844
8845/* */
8846

Callers 2

genTextFunction · 0.70
genPropsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected