todo: allow roman in alpha
This commit is contained in:
		
					parent
					
						
							
								83d569d09a
							
						
					
				
			
			
				commit
				
					
						7b018ef10c
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -202,9 +202,9 @@ pub enum OrderedListNumbering {
 | 
				
			||||||
    AlphaLower,
 | 
					    AlphaLower,
 | 
				
			||||||
    /// Uppercase alphabetic numbering, e.g. `A)`.
 | 
					    /// Uppercase alphabetic numbering, e.g. `A)`.
 | 
				
			||||||
    AlphaUpper,
 | 
					    AlphaUpper,
 | 
				
			||||||
    /// Lowercase roman numbering, e.g. `iv)`.
 | 
					    /// Lowercase roman or alphabetic numbering, e.g. `iv)`.
 | 
				
			||||||
    RomanLower,
 | 
					    RomanLower,
 | 
				
			||||||
    /// Uppercase roman numbering, e.g. `IV)`.
 | 
					    /// Uppercase roman or alphabetic numbering, e.g. `IV)`.
 | 
				
			||||||
    RomanUpper,
 | 
					    RomanUpper,
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue