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:
Robert Speicher
2015-07-28 18:56:26 -04:00
parent 97cedc5d1b
commit b07df8b1b0
+3 -3
View File
@@ -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