mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	added more pygments opts
This commit is contained in:
		
				
					committed by
					
						
						Steve Francia
					
				
			
			
				
	
			
			
			
						parent
						
							9008ac0b55
						
					
				
				
					commit
					e904ccffb6
				
			@@ -140,6 +140,10 @@ func init() {
 | 
			
		||||
	pygmentsKeywords["linenos"] = true
 | 
			
		||||
	pygmentsKeywords["classprefix"] = true
 | 
			
		||||
	pygmentsKeywords["startinline"] = true
 | 
			
		||||
	pygmentsKeywords["title"] = true
 | 
			
		||||
	pygmentsKeywords["anchorlinenos"] = true
 | 
			
		||||
	pygmentsKeywords["lineanchors"] = true
 | 
			
		||||
	pygmentsKeywords["linespans"] = true
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func parseOptions(options map[string]string, in string) error {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user