MCPcopy 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
8835function transformSpecialNewlines (text) {
8836 return text
8837 .replace(/\u2028/g, '\\u2028')
8838 .replace(/\u2029/g, '\\u2029')
8839}
8840
8841/* */
8842

Callers 2

genTextFunction · 0.70
genPropsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected