mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Prefix all user-generated IDs in markup (#9477)
* Prefix all user-generated IDs in markup * Add user-content- to IDs in unit-tests * fixup markdown_test.go * update the hrefs for the wiki test * Add blackfriday extension regex Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
		@@ -87,11 +87,11 @@ Here are some links to the most important topics. You can find the full list of
 | 
			
		||||
[[images/icon-bug.png]]
 | 
			
		||||
`,
 | 
			
		||||
		// rendered
 | 
			
		||||
		`<h2 id="what-is-wine-staging">What is Wine Staging?</h2>
 | 
			
		||||
		`<h2 id="user-content-what-is-wine-staging">What is Wine Staging?</h2>
 | 
			
		||||
 | 
			
		||||
<p><strong>Wine Staging</strong> on website <a href="http://wine-staging.com" rel="nofollow">wine-staging.com</a>.</p>
 | 
			
		||||
 | 
			
		||||
<h2 id="quick-links">Quick Links</h2>
 | 
			
		||||
<h2 id="user-content-quick-links">Quick Links</h2>
 | 
			
		||||
 | 
			
		||||
<p>Here are some links to the most important topics. You can find the full list of pages at the sidebar.</p>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user