From 0915d7247bd446ca414be186538c4be443c31125 Mon Sep 17 00:00:00 2001 From: fatchan Date: Sun, 20 Oct 2019 14:26:49 +0000 Subject: [PATCH] major change to post markdown to use chunks so syntax highlighting can come in future --- helpers/posting/markdown.js | 1 - 1 file changed, 1 deletion(-) diff --git a/helpers/posting/markdown.js b/helpers/posting/markdown.js index 898a8517..01ee4ca4 100644 --- a/helpers/posting/markdown.js +++ b/helpers/posting/markdown.js @@ -24,7 +24,6 @@ module.exports = { //length of 1 means no code chunks return module.exports.processRegularChunk(text); } - console.log(chunks) for (let i = 0; i < chunks.length; i++) { //every other chunk will be a code block if (i % 2 === 0) {