diff --git a/lib/post.js b/lib/post.js index 30f0a2a..416b196 100644 --- a/lib/post.js +++ b/lib/post.js @@ -50,7 +50,7 @@ export function getSinglePost(filename) { const currentFileFrontMatter = Transformer.getFrontMatterData(fileContent) //console.log("\tFounded front matter data: ", currentFileFrontMatter, "\n") - fileContent = Transformer.preprocessThreeDashes(fileContent) + // fileContent = Transformer.preprocessThreeDashes(fileContent) //fileContent = fileContent.split("---").join("") //console.log("filecontent end")