mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	minor: Move displaced comment.
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							447f0d3f07
						
					
				
				
					commit
					da2b7ef137
				
			@@ -66,7 +66,6 @@ exports.contains_backend_only_syntax = function (content) {
 | 
			
		||||
exports.apply_markdown = function (message) {
 | 
			
		||||
    message_store.init_booleans(message);
 | 
			
		||||
 | 
			
		||||
    // Our python-markdown processor appends two \n\n to input
 | 
			
		||||
    var options = {
 | 
			
		||||
        userMentionHandler: function (name, silently) {
 | 
			
		||||
            var person = people.get_by_name(name);
 | 
			
		||||
@@ -131,6 +130,7 @@ exports.apply_markdown = function (message) {
 | 
			
		||||
            return quote;
 | 
			
		||||
        },
 | 
			
		||||
    };
 | 
			
		||||
    // Our python-markdown processor appends two \n\n to input
 | 
			
		||||
    message.content = marked(message.raw_content + '\n\n', options).trim();
 | 
			
		||||
    message.is_me_message = exports.is_status_message(message.raw_content, message.content);
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user