mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +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
				
			@@ -128,7 +128,7 @@ def get_user_mentions(token: str, users: List[ZerverFieldsT],
 | 
			
		||||
            return token, user_id
 | 
			
		||||
    return token, None
 | 
			
		||||
 | 
			
		||||
# Map italic, bold and strikethrough markdown
 | 
			
		||||
# Map italic, bold and strikethrough Markdown
 | 
			
		||||
def convert_markdown_syntax(text: str, regex: str, zulip_keyword: str) -> str:
 | 
			
		||||
    """
 | 
			
		||||
    Returns:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user