mirror of
				https://github.com/caddyserver/caddy.git
				synced 2025-11-04 03:27:23 -05:00 
			
		
		
		
	Markdown: enable definition lists
This commit is contained in:
		
							parent
							
								
									79db939259
								
							
						
					
					
						commit
						fbdfc979ec
					
				@ -68,7 +68,7 @@ func (md Markdown) Process(c *Config, requestPath string, b []byte, ctx middlewa
 | 
				
			|||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// process markdown
 | 
						// process markdown
 | 
				
			||||||
	extns := blackfriday.EXTENSION_TABLES | blackfriday.EXTENSION_FENCED_CODE | blackfriday.EXTENSION_STRIKETHROUGH
 | 
						extns := blackfriday.EXTENSION_TABLES | blackfriday.EXTENSION_FENCED_CODE | blackfriday.EXTENSION_STRIKETHROUGH | blackfriday.EXTENSION_DEFINITION_LISTS
 | 
				
			||||||
	markdown = blackfriday.Markdown(markdown, c.Renderer, extns)
 | 
						markdown = blackfriday.Markdown(markdown, c.Renderer, extns)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// set it as body for template
 | 
						// set it as body for template
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user