mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 20:13:46 +00:00 
			
		
		
		
	- Splits existing documentation into two pages: Bulleted lists, and Numbered lists. Fixes part of #27093.
		
			
				
	
	
		
			18 lines
		
	
	
		
			287 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			287 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ### What you type
 | |
| 
 | |
| ```
 | |
| * bulleted lists
 | |
|   * with sub-bullets too
 | |
|   * sub-bullets start with 2 spaces
 | |
|     * start sub-sub-bullets with 4 spaces
 | |
| * multi
 | |
| line
 | |
| bullet
 | |
| - dashes and
 | |
| + pluses are ok too
 | |
| ```
 | |
| 
 | |
| ### What it looks like
 | |
| 
 | |
| 
 |