mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	help-beta: Remove reduntant TODO item for ordered list numbering.
The TODO list item wanted us to check that all ordered list items started with `1.`. We fixed this in #34964.
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							b19fbe5c9b
						
					
				
				
					commit
					8b9c616ea2
				
			@@ -28,12 +28,6 @@ INDENT_SPACES = "    "
 | 
				
			|||||||
SETTINGS_LINK_PATTERN = re.compile(r"{settings_tab\|(?P<setting_identifier>.*?)}")
 | 
					SETTINGS_LINK_PATTERN = re.compile(r"{settings_tab\|(?P<setting_identifier>.*?)}")
 | 
				
			||||||
RELATIVE_LINKS_PATTERN = re.compile(r"\{relative\|(?P<link_type>.*?)\|(?P<key>.*?)\}")
 | 
					RELATIVE_LINKS_PATTERN = re.compile(r"\{relative\|(?P<link_type>.*?)\|(?P<key>.*?)\}")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# TODO list before cutover.
 | 
					 | 
				
			||||||
#
 | 
					 | 
				
			||||||
# 1. Before cutover we should also check for ordered list items that do not start
 | 
					 | 
				
			||||||
#    with `1. ` since our conversion script assumes that every item list starts
 | 
					 | 
				
			||||||
#    with `1. `. The regex we used to check for this was `\b(?!1\.)\d+\. `.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
class IncludeFileInfo(TypedDict):
 | 
					class IncludeFileInfo(TypedDict):
 | 
				
			||||||
    is_only_ordered_list: bool
 | 
					    is_only_ordered_list: bool
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user