mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 10:56:10 +01:00 
			
		
		
		
	Upgrade images in .drone.yml to more recent versions (#4819)
This commit is contained in:
		| @@ -191,10 +191,10 @@ func PostProcess( | ||||
| ) ([]byte, error) { | ||||
| 	// create the context from the parameters | ||||
| 	ctx := &postProcessCtx{ | ||||
| 		metas:          metas, | ||||
| 		urlPrefix:      urlPrefix, | ||||
| 		isWikiMarkdown: isWikiMarkdown, | ||||
| 		procs:          defaultProcessors, | ||||
| 		metas:                   metas, | ||||
| 		urlPrefix:               urlPrefix, | ||||
| 		isWikiMarkdown:          isWikiMarkdown, | ||||
| 		procs:                   defaultProcessors, | ||||
| 		visitLinksForShortLinks: true, | ||||
| 	} | ||||
| 	return ctx.postProcess(rawHTML) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user