mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 02:55:58 +01:00 
			
		
		
		
	customising markdown parser to allow single line breaks
This commit is contained in:
		| @@ -3,6 +3,10 @@ var	RDB = require('./redis.js'), | ||||
| 	marked = require('marked'), | ||||
| 	user = require('./user.js'); | ||||
|  | ||||
| marked.setOptions({ | ||||
| 	breaks: true | ||||
| }); | ||||
|  | ||||
| (function(Posts) { | ||||
| 	//data structure | ||||
| 	//*global:next_post_id | ||||
|   | ||||
		Reference in New Issue
	
	Block a user