mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 15:46:08 +10:00
Make links inside ignored elements unique
This is to prevent false matches since the Autolink section uses about.gitlab.com as well.
This commit is contained in:
Vendored
+3
-3
@@ -123,9 +123,9 @@ These are all plain text that should get turned into links:
|
||||
|
||||
But it shouldn't autolink text inside certain tags:
|
||||
|
||||
- <code>http://about.gitlab.com/</code>
|
||||
- <a>http://about.gitlab.com/</a>
|
||||
- <kbd>http://about.gitlab.com/</kbd>
|
||||
- <code>http://code.gitlab.com/</code>
|
||||
- <a>http://a.gitlab.com/</a>
|
||||
- <kbd>http://kbd.gitlab.com/</kbd>
|
||||
|
||||
### ExternalLinkFilter
|
||||
|
||||
|
||||
Reference in New Issue
Block a user