mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 00:20:25 +08:00 
			
		
		
		
	Fix rendering of external links (#2292)
This commit is contained in:
		
				
					committed by
					
						
						Andrey Nering
					
				
			
			
				
	
			
			
			
						parent
						
							2282e24028
						
					
				
				
					commit
					29f3a6e492
				
			@@ -75,7 +75,7 @@ func TestAPI_RenderGFM(t *testing.T) {
 | 
			
		||||
<ul>
 | 
			
		||||
<li><a href="` + AppSubURL + `wiki/Links" rel="nofollow">Links, Language bindings, Engine bindings</a></li>
 | 
			
		||||
<li><a href="` + AppSubURL + `wiki/Tips" rel="nofollow">Tips</a></li>
 | 
			
		||||
<li>Bezier widget (by <a href="` + AppURL + `r-lyeh" rel="nofollow">@r-lyeh</a>)<a href="https://github.com/ocornut/imgui/issues/786" rel="nofollow">#786</a></li>
 | 
			
		||||
<li>Bezier widget (by <a href="` + AppURL + `r-lyeh" rel="nofollow">@r-lyeh</a>) https://github.com/ocornut/imgui/issues/786</li>
 | 
			
		||||
</ul>
 | 
			
		||||
`,
 | 
			
		||||
		// wine-staging wiki home extract: special wiki syntax, images
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user