mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09: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