Skip to content
Snippets Groups Projects

Added rule to exclude internal links with dots from being marked with icon.

Merged Jan Frenzel requested to merge 321-fix-internal-links into preview
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -204,6 +204,7 @@ p {
[href*="//doc.zih.tu-dresden.de"],
/* exclude relative links beginning with ../ */
[href^="\.\./"],
[href^="misc/"],
/* exclude buttons */
.md-content__button,
/* exclude icons */
Loading