This commit is contained in:
Julian Lam
2013-08-26 11:56:28 -04:00
parent dd40cbc139
commit aefa56221b

View File

@@ -329,6 +329,7 @@ var RDB = require('./redis.js'),
},
content: function(next) {
plugins.fireHook('filter:post.get', postData, function(postData) {
postData.content = postTools.markdownToHTML(postData.content, false);
next(null, postData.content);
});
}