mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 15:05:46 +01:00
temporary fix until remarkable is updated in markdown plugin
https://github.com/jonschlinkert/remarkable/issues/88#issuecomment-60885589
This commit is contained in:
@@ -172,7 +172,7 @@ var winston = require('winston'),
|
||||
};
|
||||
|
||||
PostTools.parse = function(raw, callback) {
|
||||
parse('filter:post.parse', raw, callback);
|
||||
parse('filter:post.parse', raw + '\n', callback);
|
||||
};
|
||||
|
||||
PostTools.parseSignature = function(raw, callback) {
|
||||
|
||||
Reference in New Issue
Block a user