aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'server/helpers')
-rw-r--r--server/helpers/markdown.ts1
1 files changed, 0 insertions, 1 deletions
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) {
51 function plainTextRule (state: any) { 51 function plainTextRule (state: any) {
52 const text = scan(state.tokens) 52 const text = scan(state.tokens)
53 53
54 // markdownIt.plainText = text.replace(/\s+/g, ' ')
55 markdownIt.plainText = text 54 markdownIt.plainText = text
56 } 55 }
57 56