Docsify adds the target="_blank" to all external links automatically, so it was quite easy to add an icon for it with CSS.
Had to add some cusom CSS for the GitHub corner and "View on GitHub" ones as the former dont need such an icon and the latter is using javascript onclick=.
Doing it via fontawesome was the easiest instead of using yet another SVG because then it will be sized by font-size and colored by color, meaning it wont collide with #11
Docsify adds the
target="_blank"
to all external links automatically, so it was quite easy to add an icon for it with CSS.Had to add some cusom CSS for the GitHub corner and "View on GitHub" ones as the former dont need such an icon and the latter is using javascript
onclick=
.Doing it via fontawesome was the easiest instead of using yet another SVG because then it will be sized by
font-size
and colored bycolor
, meaning it wont collide with #11Preview