mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +01:00
closed #202
This commit is contained in:
@@ -329,6 +329,7 @@ var RDB = require('./redis.js'),
|
|||||||
},
|
},
|
||||||
content: function(next) {
|
content: function(next) {
|
||||||
plugins.fireHook('filter:post.get', postData, function(postData) {
|
plugins.fireHook('filter:post.get', postData, function(postData) {
|
||||||
|
postData.content = postTools.markdownToHTML(postData.content, false);
|
||||||
next(null, postData.content);
|
next(null, postData.content);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user