mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	docs: Capitalize Markdown consistently.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							60a25b2721
						
					
				
				
					commit
					768f9f93cd
				
			@@ -9,13 +9,13 @@ const moment = require("moment");
 | 
			
		||||
    update any renamed users/streams/groups etc. and other
 | 
			
		||||
    dynamic parts of our rendered messages.
 | 
			
		||||
 | 
			
		||||
    Use this module wherever some markdown rendered content
 | 
			
		||||
    Use this module wherever some Markdown rendered content
 | 
			
		||||
    is being displayed.
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
function get_user_id_for_mention_button(elem) {
 | 
			
		||||
    const user_id_string = $(elem).attr("data-user-id");
 | 
			
		||||
    // Handle legacy markdown that was rendered before we cut
 | 
			
		||||
    // Handle legacy Markdown that was rendered before we cut
 | 
			
		||||
    // over to using data-user-id.
 | 
			
		||||
    const email = $(elem).attr("data-user-email");
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user