dont need access to Posts in markdown for posting

merge-requests/208/head
fatchan 5 years ago
parent e2ae113741
commit 981f257d45
  1. 3
      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

Loading…
Cancel
Save