From c222b50cbdf9970e5230db10275ff407c6f80869 Mon Sep 17 00:00:00 2001 From: grumbulon Date: Wed, 13 Apr 2022 23:41:40 -0400 Subject: [PATCH] Commented this wacky shit --- lib/template.ejs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/template.ejs b/lib/template.ejs index b9f20d8..815e91d 100644 --- a/lib/template.ejs +++ b/lib/template.ejs @@ -72,8 +72,14 @@ <% } %> + <% let regexp = /s*(?<=:).+?(?=:)s*/; let postWithEmoji = item.content; + item.content = postWithEmoji.replace(regexp, "") console.log(item.content); %>