diff --git a/helpers/posting/markdown.js b/helpers/posting/markdown.js index 1a52cbf2..f52f09a6 100644 --- a/helpers/posting/markdown.js +++ b/helpers/posting/markdown.js @@ -1,7 +1,6 @@ 'use strict'; -const Posts = require(__dirname+'/../../db/posts.js') - , greentextRegex = /^>([^>].+)/gm +const greentextRegex = /^>([^>].+)/gm , pinktextRegex = /^<([^<].+)/gm , boldRegex = /""(.+)""/gm , titleRegex = /==(.+)==/gm