We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bd903e commit b3b6914Copy full SHA for b3b6914
docx-core/src/escape/mod.rs
@@ -6,5 +6,6 @@ pub(crate) fn escape(text: &str) -> String {
6
.replace('\'', "'")
7
.replace('\n', "
")
8
// If \r escape to 
, this cause error in libreoffice
9
- .replace('\r', "
")
+ // .replace('\r', "
")
10
+ .replace('\r', "")
11
}
docx-wasm/pkg/docx_rs_bg.wasm
0 Bytes
0 commit comments