mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 03:53:50 +00:00 
			
		
		
		
	bugdown: Fix some Python-Markdown deprecation warnings.
Python-Markdown changed how one is supposed to declare extensions being used.
This commit is contained in:
		
				
					committed by
					
						 Tim Abbott
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							906587f474
						
					
				
				
					commit
					e9899e4dc9
				
			| @@ -1076,8 +1076,8 @@ def make_md_engine(key, opts): | |||||||
|         safe_mode     = 'escape', |         safe_mode     = 'escape', | ||||||
|         output_format = 'html', |         output_format = 'html', | ||||||
|         extensions    = [ |         extensions    = [ | ||||||
|                         'nl2br', |                          'markdown.extensions.nl2br', | ||||||
|                          'tables', |                          'markdown.extensions.tables', | ||||||
|                          codehilite.makeExtension( |                          codehilite.makeExtension( | ||||||
|                                 linenums=False, |                                 linenums=False, | ||||||
|                                 guess_lang=False |                                 guess_lang=False | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user