Fix footnote and reversefootnote links from being treated as external links
This commit is contained in:
@@ -92,7 +92,9 @@ a {
|
||||
content: "↗";
|
||||
color: #aaaaaa;
|
||||
}
|
||||
&.internal-link:after {
|
||||
&.internal-link:after,
|
||||
&.footnote:after,
|
||||
&.reversefootnote:after {
|
||||
content: "";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user