diff --git a/server/helpers/markdown.ts b/server/helpers/markdown.ts index f9291bdad..a20ac22d4 100644 --- a/server/helpers/markdown.ts +++ b/server/helpers/markdown.ts @@ -51,7 +51,6 @@ function plainTextPlugin (markdownIt: any) { function plainTextRule (state: any) { const text = scan(state.tokens) - // markdownIt.plainText = text.replace(/\s+/g, ' ') markdownIt.plainText = text }